|
|
@@ -40,6 +40,7 @@ public class BackStageEventStrategyImpl implements IYktEventStrategy {
|
|
|
public void doMsgHandle(String eventType, Object msg) throws Exception {
|
|
|
switch (eventType){
|
|
|
case EventTypeConstants.ACCOUNT -> {
|
|
|
+ log.info("消息内容-{}", msg);
|
|
|
RemoteUserAccountBo remoteBo = JSONUtil.toBean(JSONUtil.parseObj(msg), RemoteUserAccountBo.class);
|
|
|
log.info("[处理云端->本地一卡通账户同步请求]-[账户信息:{}]", JSONUtil.toJsonStr(remoteBo));
|
|
|
RemoteUserAccountVo remoteVo = remoteAccountService.getUserAccountVoById(remoteBo.getUserId());
|