mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
Closed #112 check null value for agentUser
This commit is contained in:
parent
29ebd3125b
commit
0d1f15a856
@ -35,9 +35,9 @@ public class IMServiceUtils {
|
|||||||
logger.warn("shiftOpsType unknown type.");
|
logger.warn("shiftOpsType unknown type.");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
service.save(agentUser);
|
||||||
|
CacheHelper.getAgentUserCacheBean().put(agentUser.getUserid(), agentUser, orgi);
|
||||||
}
|
}
|
||||||
service.save(agentUser);
|
|
||||||
CacheHelper.getAgentUserCacheBean().put(agentUser.getUserid(), agentUser, orgi);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user