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
ffc2c106
Commit
ffc2c106
authored
Mar 31, 2023
by
zhangwanglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
异地护理机构
parent
480eb074
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
AccountServiceImpl.java
...hungraim/ltc/account/service/impl/AccountServiceImpl.java
+4
-4
No files found.
account/account-service/src/main/java/com/hungraim/ltc/account/service/impl/AccountServiceImpl.java
View file @
ffc2c106
...
...
@@ -905,7 +905,7 @@ public class AccountServiceImpl extends ServiceImpl<ChDisabAccountsMapper, ChDis
private
Result
placeFreeHandler
(
Integer
disabInfoId
,
String
otherApplyTime
)
{
BigDecimal
limit
=
BigDecimal
.
valueOf
(
20
);
BigDecimal
zero
=
BigDecimal
.
valueOf
(
0
);
ChDisabDetailAccounts
chDisabDetailAccountsDTO
=
chDisabAccountsDetailMapper
.
queryDisabDetailAccounts
(
"
47
1"
,
otherApplyTime
,
String
.
valueOf
(
disabInfoId
),
"异地"
);
ChDisabDetailAccounts
chDisabDetailAccountsDTO
=
chDisabAccountsDetailMapper
.
queryDisabDetailAccounts
(
"
136
1"
,
otherApplyTime
,
String
.
valueOf
(
disabInfoId
),
"异地"
);
if
(
Objects
.
isNull
(
chDisabDetailAccountsDTO
))
{
// 异地
ChDisabDetailAccounts
chDisabDetailAccounts
=
new
ChDisabDetailAccounts
();
...
...
@@ -913,19 +913,19 @@ public class AccountServiceImpl extends ServiceImpl<ChDisabAccountsMapper, ChDis
chDisabDetailAccounts
.
setAccountsOverallCost
(
limit
);
chDisabDetailAccounts
.
setAccountsPersonalCost
(
zero
);
chDisabDetailAccounts
.
setModeName
(
"异地"
);
chDisabDetailAccounts
.
setSrvOrganId
(
"
47
1"
);
chDisabDetailAccounts
.
setSrvOrganId
(
"
136
1"
);
chDisabDetailAccounts
.
setCreationTime
(
new
Date
());
chDisabDetailAccounts
.
setAccountsTime
(
DateUtils
.
strToDate
(
otherApplyTime
));
chDisabDetailAccounts
.
setDisabInfoId
(
String
.
valueOf
(
disabInfoId
));
chDisabDetailAccounts
.
setStatus
((
short
)
1
);
chDisabDetailAccounts
.
setReissueAmount
(
BigDecimal
.
valueOf
(
0
));
chDisabDetailAccounts
.
setDeductionAmount
(
BigDecimal
.
valueOf
(
0
));
ChDisabAccounts
chDisabAccounts
=
disabAccountsMapper
.
queryAccountByCondition
(
DateUtils
.
dateToStrYm
(
DateUtils
.
strToDate
(
otherApplyTime
)),
"异地"
,
"
47
1"
,
null
);
ChDisabAccounts
chDisabAccounts
=
disabAccountsMapper
.
queryAccountByCondition
(
DateUtils
.
dateToStrYm
(
DateUtils
.
strToDate
(
otherApplyTime
)),
"异地"
,
"
136
1"
,
null
);
if
(
chDisabAccounts
==
null
)
{
chDisabAccounts
=
new
ChDisabAccounts
();
chDisabAccounts
.
setModeName
(
"异地"
);
chDisabAccounts
.
setAccountsTime
(
DateUtils
.
strToDateMd
(
otherApplyTime
));
chDisabAccounts
.
setSrvOrganId
(
Long
.
valueOf
(
47
1
));
chDisabAccounts
.
setSrvOrganId
(
Long
.
valueOf
(
136
1
));
chDisabAccounts
.
setCreationTime
(
new
Date
());
chDisabAccounts
.
setAccountsStatus
((
short
)
1
);
chDisabAccounts
.
setAllCost
(
limit
);
...
...
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