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