Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
long-tern-care-service
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hubin
long-tern-care-service
Commits
055cf33a
Commit
055cf33a
authored
Mar 13, 2023
by
董天德
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_20230309_66_69_70问题优化_zxl' into dev_ch_master
parents
219ba721
6b7b2eb8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
DisableServiceImpl.java
...ava/com/hungraim/ltc/service/impl/DisableServiceImpl.java
+0
-5
ChDisableEvaluateMapper.xml
...ice/src/main/resources/mapper/ChDisableEvaluateMapper.xml
+0
-1
ChDisableInfoChange.java
...hungraim/ltc/pojo/entity/disable/ChDisableInfoChange.java
+5
-0
No files found.
apply/apply-service/src/main/java/com/hungraim/ltc/service/impl/DisableServiceImpl.java
View file @
055cf33a
...
...
@@ -527,11 +527,6 @@ public class DisableServiceImpl implements DisableService {
ChDisableInfoChange
chDisableInfoChange
=
chDisableInfoChangeMapper
.
selectById
(
changeId
);
DisableUpdateDetailVO
disableUpdateDetailVO
=
new
DisableUpdateDetailVO
();
BeanUtils
.
copyProperties
(
chDisableInfoChange
,
disableUpdateDetailVO
);
//医保统筹区
// QueryWrapper<ChDisableApply> queryWrapper = new QueryWrapper<>();
// queryWrapper.eq("CERTI_CODE", disableUpdateDetailVO.getCertifNum());
// ChDisableApply chDisableApply = disableApplyMapper.selectOne(queryWrapper);
// disableUpdateDetailVO.setMedicalArea(chDisableApply.getMedicalArea());
try
{
Result
<
List
<
ChFndAttach
>>
listResult
=
attachFeignService
.
selectAttachs
(
changeId
.
longValue
(),
AttachType
.
DISABLE_UPDATE
.
getUploadType
());
if
(
listResult
.
getCode
().
equals
(
ResultCode
.
SUCCESS
.
getCode
()))
{
...
...
assessment/assessment-service/src/main/resources/mapper/ChDisableEvaluateMapper.xml
View file @
055cf33a
...
...
@@ -106,7 +106,6 @@
</if>
<if
test =
"type == 1"
>
and disable.LAST_TASK_ID is not null
and disable.LAST_TASK_ID not in (select a.task_id from ch_apr_report a where a.task_id is not null)
</if>
</where>
</select>
...
...
common/common-core/src/main/java/com/hungraim/ltc/pojo/entity/disable/ChDisableInfoChange.java
View file @
055cf33a
...
...
@@ -420,4 +420,9 @@ public class ChDisableInfoChange {
* 待遇类型(1失能、0失智)
*/
private
Integer
treatmentType
;
/**
*医保统筹区区
*/
private
String
medicalArea
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment