Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-cloud-account
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
1
合并请求
1
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.account
pica-cloud-account
提交
ebef7cf9
提交
ebef7cf9
编写于
11月 20, 2021
作者:
tao.jin
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'dev-group-1119' into dev-merge-1119
上级
94533458
8d6ad994
流水线
#39610
已失败 于阶段
变更
5
流水线
1
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
0 行增加
和
20 行删除
+0
-20
RegisterServiceImpl.java
...ount/account/server/service/impl/RegisterServiceImpl.java
+0
-12
bootstrap-dev.properties
server/src/main/resources/bootstrap-dev.properties
+0
-2
bootstrap-prod.properties
server/src/main/resources/bootstrap-prod.properties
+0
-2
bootstrap-test1.properties
server/src/main/resources/bootstrap-test1.properties
+0
-2
bootstrap-uat.properties
server/src/main/resources/bootstrap-uat.properties
+0
-2
未找到文件。
server/src/main/java/com/pica/cloud/account/account/server/service/impl/RegisterServiceImpl.java
浏览文件 @
ebef7cf9
...
...
@@ -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"
);
...
...
server/src/main/resources/bootstrap-dev.properties
浏览文件 @
ebef7cf9
...
...
@@ -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
server/src/main/resources/bootstrap-prod.properties
浏览文件 @
ebef7cf9
...
...
@@ -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
server/src/main/resources/bootstrap-test1.properties
浏览文件 @
ebef7cf9
...
...
@@ -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
server/src/main/resources/bootstrap-uat.properties
浏览文件 @
ebef7cf9
...
...
@@ -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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录