Commit 295eb62a authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 020dadb8
......@@ -148,12 +148,13 @@ public class TInsuranceWarnServiceImpl extends ServiceImpl<TInsuranceWarnMapper,
SysConfig sysConfig) {
if (Common.isNotNull(userMap) && Common.isNotKong(domainHashMap)){
TSettleDomain domain;
SysUser user = null;
SysUser user;
String loginName;
String nickName = null;
String userId = null;
String nickName;
String userId;
for (TInsuranceAlert alert: list){
userId = null;
nickName = null;
if (Common.isNotNull(userMap.get(alert.getCreateBy()))){
domain = domainHashMap.get(alert.getDeptNo());
if (Common.isNotNull(domain)){
......
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