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
0ea43743
Commit
0ea43743
authored
Mar 28, 2023
by
zhangwanglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
复核备注
parent
375e936c
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
33 additions
and
11 deletions
+33
-11
AccountServiceImpl.java
...hungraim/ltc/account/service/impl/AccountServiceImpl.java
+1
-0
ChDisabAccountsMapper.xml
...rvice/src/main/resources/mapper/ChDisabAccountsMapper.xml
+1
-0
ChDisableApplyMapper.xml
...ervice/src/main/resources/mapper/ChDisableApplyMapper.xml
+1
-0
DisableInfoMapper.xml
...y-service/src/main/resources/mapper/DisableInfoMapper.xml
+9
-7
ChDisabAccounts.java
...com/hungraim/ltc/pojo/entity/account/ChDisabAccounts.java
+5
-0
SrvOrganAccountListResp.java
...hungraim/ltc/pojo/vo/account/SrvOrganAccountListResp.java
+5
-0
BuildBedController.java
...ungraim/ltc/governance/controller/BuildBedController.java
+8
-1
DisableInfoServie.java
...om/hungraim/ltc/governance/service/DisableInfoServie.java
+1
-1
DisableInfoServieImpl.java
...im/ltc/governance/service/impl/DisableInfoServieImpl.java
+2
-2
No files found.
account/account-service/src/main/java/com/hungraim/ltc/account/service/impl/AccountServiceImpl.java
View file @
0ea43743
...
@@ -67,6 +67,7 @@ public class AccountServiceImpl extends ServiceImpl<ChDisabAccountsMapper, ChDis
...
@@ -67,6 +67,7 @@ public class AccountServiceImpl extends ServiceImpl<ChDisabAccountsMapper, ChDis
ChDisabAccounts
chDisabAccounts
=
new
ChDisabAccounts
();
ChDisabAccounts
chDisabAccounts
=
new
ChDisabAccounts
();
BeanUtils
.
copyProperties
(
accountOperVo
,
chDisabAccounts
);
BeanUtils
.
copyProperties
(
accountOperVo
,
chDisabAccounts
);
chDisabAccounts
.
setChooseSettle
((
short
)
0
);
// 是否结算(0未结算,1已结算)
chDisabAccounts
.
setChooseSettle
((
short
)
0
);
// 是否结算(0未结算,1已结算)
chDisabAccounts
.
setReviewRemark
(
accountOperVo
.
getReviewRemark
());
Short
accountsStatus
=
accountOperVo
.
getAccountsStatus
();
Short
accountsStatus
=
accountOperVo
.
getAccountsStatus
();
String
accountsId
=
String
.
valueOf
(
accountOperVo
.
getAccountsId
());
String
accountsId
=
String
.
valueOf
(
accountOperVo
.
getAccountsId
());
// 驳回
// 驳回
...
...
account/account-service/src/main/resources/mapper/ChDisabAccountsMapper.xml
View file @
0ea43743
...
@@ -41,6 +41,7 @@
...
@@ -41,6 +41,7 @@
t1.OVERALL_COST,
t1.OVERALL_COST,
t1.PERSONAL_COST,
t1.PERSONAL_COST,
t1.SVR_START_TIME,
t1.SVR_START_TIME,
t1.REVIEW_REMARK reviewRemark,
t1.MODE_NAME,
t1.MODE_NAME,
to_char(t1.SVR_START_TIME,'yyyy-MM-dd') svrStartTime,
to_char(t1.SVR_START_TIME,'yyyy-MM-dd') svrStartTime,
to_char(t1.SVR_END_TIME,'yyyy-MM-dd') svrEndTime,
to_char(t1.SVR_END_TIME,'yyyy-MM-dd') svrEndTime,
...
...
apply/apply-service/src/main/resources/mapper/ChDisableApplyMapper.xml
View file @
0ea43743
...
@@ -62,6 +62,7 @@
...
@@ -62,6 +62,7 @@
and s.SRV_ORGAN_NAME like CONCAT(CONCAT('%',#{srvOrganName}) ,'%')
and s.SRV_ORGAN_NAME like CONCAT(CONCAT('%',#{srvOrganName}) ,'%')
</if>
</if>
</where>
</where>
order by a.EFF_TIME desc
</select>
</select>
<select
id=
"selectDisableExamineInfoByApplyId"
resultType=
"com.hungraim.ltc.pojo.vo.disable.DisableExamineInfoVO"
>
<select
id=
"selectDisableExamineInfoByApplyId"
resultType=
"com.hungraim.ltc.pojo.vo.disable.DisableExamineInfoVO"
>
...
...
apply/apply-service/src/main/resources/mapper/DisableInfoMapper.xml
View file @
0ea43743
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.hungraim.ltc.dao.DisableInfoMapper"
>
<mapper
namespace=
"com.hungraim.ltc.dao.DisableInfoMapper"
>
<select
id=
"getDisableInfoList"
resultType=
"com.hungraim.ltc.pojo.vo.disable.DisableInfoListVo"
>
<select
id=
"getDisableInfoList"
resultType=
"com.hungraim.ltc.pojo.vo.disable.DisableInfoListVo"
>
SELECT distinct
T1.PROGRAM_ID program
Id,
SELECT distinct
T2.DISAB_INFO_ID disabInfo
Id,
T1.
SRV_ORGAN_ID srvOrgan
Id,
T1.
PROGRAM_ID program
Id,
T
1.DISAB_INFO_ID disabInfo
Id,
T
6.SRV_ORGAN_ID srvOrgan
Id,
T5.DISTRICT_PROVINCIAL districtProvincial,
T5.DISTRICT_PROVINCIAL districtProvincial,
T5.DISTRICT_CITY districtCity,
T5.DISTRICT_CITY districtCity,
T2.REAL_NAME realName,
T2.REAL_NAME realName,
...
@@ -30,13 +30,14 @@
...
@@ -30,13 +30,14 @@
T2.EXIT_FLAG exitFlag,
T2.EXIT_FLAG exitFlag,
T2.EXIT_REASON_ID exitReasonId
T2.EXIT_REASON_ID exitReasonId
FROM CH_DISABLE_INFO T2
FROM CH_DISABLE_INFO T2
INNER JOIN CH_SRV_PROGRAM T1 ON T1.DISAB_INFO_ID = T2.DISAB_INFO_ID
inner join (select * from CH_SRV_SEND where STATUS in(1,3)) T6 on T6.DISAB_INFO_ID = T2.DISAB_INFO_ID
LEFT JOIN CH_SRV_PROGRAM T1 ON T1.DISAB_INFO_ID = T2.DISAB_INFO_ID
LEFT JOIN CH_CFG_SRV_MODE T7 ON T2.SRV_MODE_ID = T7.MODE_ID
LEFT JOIN CH_CFG_SRV_MODE T7 ON T2.SRV_MODE_ID = T7.MODE_ID
LEFT JOIN CH_SRV_ORGAN T5 ON T
1
.SRV_ORGAN_ID = T5.SRV_ORGAN_ID
LEFT JOIN CH_SRV_ORGAN T5 ON T
6
.SRV_ORGAN_ID = T5.SRV_ORGAN_ID
<where>
<where>
1=1
1=1
<if
test=
"srvOrganId != null and srvOrganId != '' and srvOrganId!=0"
>
<if
test=
"srvOrganId != null and srvOrganId != '' and srvOrganId!=0"
>
and T
1
.SRV_ORGAN_ID = #{srvOrganId}
and T
5
.SRV_ORGAN_ID = #{srvOrganId}
</if>
</if>
<if
test=
"certiCode != null and certiCode != ''"
>
<if
test=
"certiCode != null and certiCode != ''"
>
and T2.CERTI_CODE = #{certiCode}
and T2.CERTI_CODE = #{certiCode}
...
@@ -48,6 +49,7 @@
...
@@ -48,6 +49,7 @@
and T7.MODE_ID = #{svrModelId}
and T7.MODE_ID = #{svrModelId}
</if>
</if>
</where>
</where>
</select>
</select>
<update
id=
"updateChSrvProgram"
>
<update
id=
"updateChSrvProgram"
>
...
...
common/common-core/src/main/java/com/hungraim/ltc/pojo/entity/account/ChDisabAccounts.java
View file @
0ea43743
...
@@ -76,6 +76,11 @@ public class ChDisabAccounts implements Serializable {
...
@@ -76,6 +76,11 @@ public class ChDisabAccounts implements Serializable {
private
String
checkRemark
;
private
String
checkRemark
;
/**
/**
* 复核备注
*/
private
String
reviewRemark
;
/**
* 服务方式
* 服务方式
*/
*/
private
String
modeName
;
private
String
modeName
;
...
...
common/common-core/src/main/java/com/hungraim/ltc/pojo/vo/account/SrvOrganAccountListResp.java
View file @
0ea43743
...
@@ -92,5 +92,10 @@ public class SrvOrganAccountListResp {
...
@@ -92,5 +92,10 @@ public class SrvOrganAccountListResp {
*/
*/
private
String
reissueAmountTotal
;
private
String
reissueAmountTotal
;
/**
*复核备注
*/
private
String
reviewRemark
;
}
}
governance/src/main/java/com/hungraim/ltc/governance/controller/BuildBedController.java
View file @
0ea43743
...
@@ -240,13 +240,20 @@ public class BuildBedController {
...
@@ -240,13 +240,20 @@ public class BuildBedController {
if
(
chSrvSend
.
getDisabInfoId
()
==
null
||
chSrvSend
.
getSrvOrganId
()
==
null
||
chSrvSend
.
getSrvModeId
()
==
null
)
{
if
(
chSrvSend
.
getDisabInfoId
()
==
null
||
chSrvSend
.
getSrvOrganId
()
==
null
||
chSrvSend
.
getSrvModeId
()
==
null
)
{
return
Result
.
failed
(
"参数不全!"
);
return
Result
.
failed
(
"参数不全!"
);
}
}
ChDisableInfo
chDisableInfo
=
disableInfoServie
.
querySrvModeId
(
disabInfoId
);
Integer
srvModeId
=
chDisableInfo
.
getSrvModeId
();
Integer
exitReasonId
=
chDisableInfo
.
getExitReasonId
();
if
(
exitReasonId
!=
null
&&
1
==
exitReasonId
){
return
Result
.
failed
(
"该失能人员已死亡退出,不能进行操作"
);
}
List
<
ChSrvSend
>
chSrvSendsList
=
chSrvSendMapper
.
selectList
(
new
LambdaQueryWrapper
<
ChSrvSend
>()
List
<
ChSrvSend
>
chSrvSendsList
=
chSrvSendMapper
.
selectList
(
new
LambdaQueryWrapper
<
ChSrvSend
>()
.
eq
(
ChSrvSend:
:
getDisabInfoId
,
disabInfoId
)
.
eq
(
ChSrvSend:
:
getDisabInfoId
,
disabInfoId
)
.
eq
(
ChSrvSend:
:
getStatus
,
(
short
)
1
));
.
eq
(
ChSrvSend:
:
getStatus
,
(
short
)
1
));
if
(
chSrvSendsList
.
size
()
>
0
)
{
if
(
chSrvSendsList
.
size
()
>
0
)
{
return
Result
.
failed
(
"已分配护理机构,请先终止或退出再操作"
);
return
Result
.
failed
(
"已分配护理机构,请先终止或退出再操作"
);
}
}
Integer
srvModeId
=
disableInfoServie
.
querySrvModeId
(
disabInfoId
);
Long
srvModeId1
=
chSrvSend
.
getSrvModeId
();
Long
srvModeId1
=
chSrvSend
.
getSrvModeId
();
if
(
srvModeId
!=
srvModeId1
.
intValue
()){
if
(
srvModeId
!=
srvModeId1
.
intValue
()){
String
srvModeName
=
null
;
String
srvModeName
=
null
;
...
...
governance/src/main/java/com/hungraim/ltc/governance/service/DisableInfoServie.java
View file @
0ea43743
...
@@ -13,5 +13,5 @@ public interface DisableInfoServie extends IService<ChDisableInfo> {
...
@@ -13,5 +13,5 @@ public interface DisableInfoServie extends IService<ChDisableInfo> {
Page
<
DisableInfoVo
>
querySrvYet
(
Integer
disableInfoId
,
int
current
,
int
limit
,
Integer
status
,
Integer
sendId
);
Page
<
DisableInfoVo
>
querySrvYet
(
Integer
disableInfoId
,
int
current
,
int
limit
,
Integer
status
,
Integer
sendId
);
Integer
querySrvModeId
(
Long
disabInfoId
);
ChDisableInfo
querySrvModeId
(
Long
disabInfoId
);
}
}
governance/src/main/java/com/hungraim/ltc/governance/service/impl/DisableInfoServieImpl.java
View file @
0ea43743
...
@@ -22,9 +22,9 @@ public class DisableInfoServieImpl extends ServiceImpl<DisableInfoMapper, ChDisa
...
@@ -22,9 +22,9 @@ public class DisableInfoServieImpl extends ServiceImpl<DisableInfoMapper, ChDisa
@Override
@Override
public
Integer
querySrvModeId
(
Long
disabInfoId
){
public
ChDisableInfo
querySrvModeId
(
Long
disabInfoId
){
ChDisableInfo
chDisableInfo
=
baseMapper
.
selectById
(
disabInfoId
);
ChDisableInfo
chDisableInfo
=
baseMapper
.
selectById
(
disabInfoId
);
Integer
srvModeId
=
chDisableInfo
.
getSrvModeId
();
Integer
srvModeId
=
chDisableInfo
.
getSrvModeId
();
return
srvModeId
;
return
chDisableInfo
;
}
}
}
}
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