提交 ebef7cf9 编写于 作者: tao.jin's avatar tao.jin

Merge branch 'dev-group-1119' into dev-merge-1119

流水线 #39610 已失败 于阶段
......@@ -69,12 +69,6 @@ public class RegisterServiceImpl implements RegisterService {
@Autowired
private IntactUtil intactUtil;
@Autowired
private ITransportDoctorClient transportDoctorClient;
@Value("${tag.profile.sticker.ids}")
private String stickerId;
/**
* 1)注册功能:默认未完善信息;
* 2)注册成功后发送mq消息,让别的服务初始化数据;
......@@ -190,12 +184,6 @@ public class RegisterServiceImpl implements RegisterService {
redisClient.del(nxKey);
intactUtil.sendIntact(batchNo,"register",com.pica.cloud.foundation.completeness.contract.constants.CommonConstants.INTACT_CONTENT_LOG_STATUS_3,"baseRequest:"+ JSON.toJSONString(baseRequest)+",queryMobileEntity:"+JSON.toJSONString(queryMobileEntity));
logger.info("@@@update doctor profiles by id: requestId-{}, doctorId-{}", requestId, userId);
PicaResponse<Integer> updateDoctorProfilesResp = transportDoctorClient.updateDoctorProfilesById(
userId.intValue(), Lists.newArrayList(new StickerProfileDto(Integer.valueOf(stickerId), "1")), requestId, null);
if (updateDoctorProfilesResp.getData() != null && updateDoctorProfilesResp.getData().equals(0)) {
logger.error("update doctor tag failed");
}
return result;
} else {
logger.info("register-account is exists");
......
......@@ -74,5 +74,3 @@ xxl.job.executor.logretentiondays=-1
pica.cloud.message.url=https://dev-sc.yunqueyi.com/message
tag.profile.sticker.ids=8294
\ No newline at end of file
......@@ -70,5 +70,3 @@ xxl.job.executor.logretentiondays=-1
pica.cloud.message.url=https://sc.yunqueyi.com/message
tag.profile.sticker.ids=8293
\ No newline at end of file
......@@ -72,5 +72,3 @@ xxl.job.executor.logretentiondays=-1
pica.cloud.message.url=https://test1-sc.yunqueyi.com/message
tag.profile.sticker.ids=4479
\ No newline at end of file
......@@ -72,5 +72,3 @@ xxl.job.executor.logretentiondays=-1
pica.cloud.message.url=https://uat-sc.yunqueyi.com/message
tag.profile.sticker.ids=8269
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册