1
0
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:
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.");
break;
}
}
service.save(agentUser);
CacheHelper.getAgentUserCacheBean().put(agentUser.getUserid(), agentUser, orgi);
}
}
/**
* Write the object to a Base64 string.