Commit 3d4b8ad9 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent ac99f63e
......@@ -153,6 +153,7 @@ public class TInsuranceWarnServiceImpl extends ServiceImpl<TInsuranceWarnMapper,
String nickName = null;
String userId = null;
for (TInsuranceAlert alert: list){
userId = 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