记得上下班打卡 | git大法好,push需谨慎

Commit 3b0ef4bf authored by 张国柄's avatar 张国柄

opt;

parent 765c3245
...@@ -57,6 +57,8 @@ public class AdamUserInfoServiceImpl implements IAdamUserInfoService { ...@@ -57,6 +57,8 @@ public class AdamUserInfoServiceImpl implements IAdamUserInfoService {
@Value("${liquidnet.reviewer.user-info}") @Value("${liquidnet.reviewer.user-info}")
private Boolean reviewUserInfo; private Boolean reviewUserInfo;
// 用户注册IM的密码
private static final String ppwd = "138CEF91A62088BD3EF329FA3A6176CB18A";
@Override @Override
// @Transactional(propagation = Propagation.REQUIRED, rollbackFor = Exception.class) // @Transactional(propagation = Propagation.REQUIRED, rollbackFor = Exception.class)
...@@ -65,8 +67,7 @@ public class AdamUserInfoServiceImpl implements IAdamUserInfoService { ...@@ -65,8 +67,7 @@ public class AdamUserInfoServiceImpl implements IAdamUserInfoService {
AdamUserInfoVo userInfoVo = adamRdmService.getUserInfoVoByUid(currentUid); AdamUserInfoVo userInfoVo = adamRdmService.getUserInfoVoByUid(currentUid);
List<AdamTagParentVo> tagMe = parameter.getTagMe(); List<AdamTagParentVo> tagMe = parameter.getTagMe();
String ppwd = "138CEF91A62088BD3EF329FA3A6176CB18A", String uuid = null, type = null, created = null, modified = null;
uuid = null, type = null, created = null, modified = null;
boolean syncChimeFlg = false;// 标识是否需要同步`service-chime` boolean syncChimeFlg = false;// 标识是否需要同步`service-chime`
if (!CollectionUtil.isEmpty(tagMe)) {// 标签不为空则注册或更新IM if (!CollectionUtil.isEmpty(tagMe)) {// 标签不为空则注册或更新IM
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment