Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-cloud-yunqueyilian
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.wechat
pica-cloud-yunqueyilian
提交
8e213372
提交
8e213372
编写于
11月 05, 2020
作者:
wangyongbo
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改刷数据逻辑
上级
e7429ab7
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
12 行增加
和
4 行删除
+12
-4
RefreshServiceImpl.java
...eyilian/server/controller/refresh/RefreshServiceImpl.java
+2
-2
RefreshMapper.java
...loud/wechat/yunqueyilian/server/mapper/RefreshMapper.java
+3
-1
RefreshMapper.xml
server/src/main/resources/mybatis/RefreshMapper.xml
+7
-1
未找到文件。
server/src/main/java/com/pica/cloud/wechat/yunqueyilian/server/controller/refresh/RefreshServiceImpl.java
浏览文件 @
8e213372
...
@@ -130,7 +130,7 @@ public class RefreshServiceImpl implements RefreshService {
...
@@ -130,7 +130,7 @@ public class RefreshServiceImpl implements RefreshService {
refreshMapper
.
updateRatient
(
pat
.
getId
());
refreshMapper
.
updateRatient
(
pat
.
getId
());
refreshMapper
.
updateRatientInfo
(
pat
.
getId
());
refreshMapper
.
updateRatientInfo
(
pat
.
getId
());
}
}
refreshMapper
.
updateRepeatById
(
repeat
.
getId
());
refreshMapper
.
updateRepeatById
2
(
repeat
.
getId
());
}
}
if
(
CollectionUtils
.
isNotEmpty
(
importPats
)
&&
importPats
.
size
()
==
importPats
.
size
())
{
if
(
CollectionUtils
.
isNotEmpty
(
importPats
)
&&
importPats
.
size
()
==
importPats
.
size
())
{
...
@@ -145,7 +145,7 @@ public class RefreshServiceImpl implements RefreshService {
...
@@ -145,7 +145,7 @@ public class RefreshServiceImpl implements RefreshService {
refreshIndex
++;
refreshIndex
++;
}
}
}
}
refreshMapper
.
updateRepeatById
(
repeat
.
getId
());
refreshMapper
.
updateRepeatById
3
(
repeat
.
getId
());
}
}
}
}
...
...
server/src/main/java/com/pica/cloud/wechat/yunqueyilian/server/mapper/RefreshMapper.java
浏览文件 @
8e213372
...
@@ -50,6 +50,8 @@ public interface RefreshMapper {
...
@@ -50,6 +50,8 @@ public interface RefreshMapper {
void
updateRatientInfo
(
@Param
(
"id"
)
Integer
id
);
void
updateRatientInfo
(
@Param
(
"id"
)
Integer
id
);
void
updateRepeatById
(
@Param
(
"id"
)
Integer
id
);
void
updateRepeatById2
(
@Param
(
"id"
)
Integer
id
);
void
updateRepeatById3
(
@Param
(
"id"
)
Integer
id
);
}
}
\ No newline at end of file
server/src/main/resources/mybatis/RefreshMapper.xml
浏览文件 @
8e213372
...
@@ -194,10 +194,16 @@
...
@@ -194,10 +194,16 @@
and delete_flag = 1
and delete_flag = 1
</update>
</update>
<update
id=
"updateRepeatById"
parameterType=
"com.pica.cloud.wechat.yunqueyilian.server.controller.refresh.PatPatient"
>
<update
id=
"updateRepeatById
2
"
parameterType=
"com.pica.cloud.wechat.yunqueyilian.server.controller.refresh.PatPatient"
>
update pat_patient_repeat_1102
update pat_patient_repeat_1102
set delete_flag = 2
set delete_flag = 2
where id = #{id}
where id = #{id}
</update>
</update>
<update
id=
"updateRepeatById3"
parameterType=
"com.pica.cloud.wechat.yunqueyilian.server.controller.refresh.PatPatient"
>
update pat_patient_repeat_1102
set delete_flag = 3
where id = #{id}
</update>
</mapper>
</mapper>
\ No newline at end of file
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录