Commit 45915d75 authored by 廖旭伟's avatar 廖旭伟

测试bug修复

parent b417fc52
...@@ -146,8 +146,6 @@ public class MatterApplyServiceImpl extends AbstractCRUDServiceImpl<MatterApplyD ...@@ -146,8 +146,6 @@ public class MatterApplyServiceImpl extends AbstractCRUDServiceImpl<MatterApplyD
if(loginName.equals("admin")) { if(loginName.equals("admin")) {
params.setDeptCode(null); params.setDeptCode(null);
} }
}else {
throw new AppException("token无效");
} }
MatterApplyQuery query = new MatterApplyQuery(); MatterApplyQuery query = new MatterApplyQuery();
BeanUtils.copyProperties(params,query); BeanUtils.copyProperties(params,query);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment