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
548a79c3
Commit
548a79c3
authored
Feb 08, 2023
by
zhangwanglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结算代码提交
parent
5a211c91
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
AccountServiceImpl.java
...hungraim/ltc/account/service/impl/AccountServiceImpl.java
+2
-0
ChDisabAccountsDetailMapper.xml
...src/main/resources/mapper/ChDisabAccountsDetailMapper.xml
+1
-1
DisableExamineInfoVO.java
...om/hungraim/ltc/pojo/vo/disable/DisableExamineInfoVO.java
+1
-2
No files found.
account/account-service/src/main/java/com/hungraim/ltc/account/service/impl/AccountServiceImpl.java
View file @
548a79c3
...
@@ -518,6 +518,8 @@ public class AccountServiceImpl extends ServiceImpl<ChDisabAccountsMapper, ChDis
...
@@ -518,6 +518,8 @@ public class AccountServiceImpl extends ServiceImpl<ChDisabAccountsMapper, ChDis
// 二级及以上医疗机构其限额为 100 元/人/天,由长期护理保险基金支付 70%,个人支付 30%;
// 二级及以上医疗机构其限额为 100 元/人/天,由长期护理保险基金支付 70%,个人支付 30%;
}
else
if
(
"医疗"
.
equals
(
accountsVO
.
getSrvModeName
())&&
(!
"1"
.
equals
(
accountsVO
.
getLevelCode
()))
&&
accountsVO
.
getDisableLevelName
().
contains
(
"重度"
)){
}
else
if
(
"医疗"
.
equals
(
accountsVO
.
getSrvModeName
())&&
(!
"1"
.
equals
(
accountsVO
.
getLevelCode
()))
&&
accountsVO
.
getDisableLevelName
().
contains
(
"重度"
)){
limit
=
BigDecimal
.
valueOf
(
100
);
limit
=
BigDecimal
.
valueOf
(
100
);
}
else
{
return
;
}
}
chDisabDetailAccounts
.
setAccountsAllCost
(
limit
);
chDisabDetailAccounts
.
setAccountsAllCost
(
limit
);
BigDecimal
overallCost
=
limit
.
multiply
(
overallPercent
);
BigDecimal
overallCost
=
limit
.
multiply
(
overallPercent
);
...
...
account/account-service/src/main/resources/mapper/ChDisabAccountsDetailMapper.xml
View file @
548a79c3
...
@@ -198,7 +198,7 @@ from ch_srv_task_detail detail--服务计划
...
@@ -198,7 +198,7 @@ from ch_srv_task_detail detail--服务计划
left join ch_srv_organ_emp emp on task.srv_emp_id = emp.emp_id--护理人员
left join ch_srv_organ_emp emp on task.srv_emp_id = emp.emp_id--护理人员
-- 失能等级
-- 失能等级
left join ch_cfg_srv_disable_level level1 on report.disable_level_id = level1.disable_level_id
left join ch_cfg_srv_disable_level level1 on report.disable_level_id = level1.disable_level_id
where mode1.MODE_ID = '4' and program.program_id = #{programId}
where mode1.MODE_ID = '4'
and level1.DISABLE_LEVEL_NAME like '重度%'
and program.program_id = #{programId}
</select>
</select>
</mapper>
</mapper>
common/common-core/src/main/java/com/hungraim/ltc/pojo/vo/disable/DisableExamineInfoVO.java
View file @
548a79c3
...
@@ -124,8 +124,7 @@ public class DisableExamineInfoVO {
...
@@ -124,8 +124,7 @@ public class DisableExamineInfoVO {
private
String
reasonsReview
;
private
String
reasonsReview
;
// 复评备注
// 复评备注
private
String
reasonsRemark
;
private
String
reasonsRemark
;
// 医保统筹区
private
String
medicalArea
;
private
List
<
ChFndAttach
>
fileDataList
;
private
List
<
ChFndAttach
>
fileDataList
;
}
}
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