1
0
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:
Hai Liang Wang 2018-10-23 18:49:51 +08:00
parent 29ebd3125b
commit 0d1f15a856

View File

@ -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.