Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bailuntec-cost
Overview
Overview
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
huluobin
bailuntec-cost
Commits
e791b1d9
Commit
e791b1d9
authored
Jan 27, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 更新
parent
35769006
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CostPlanNewPayServiceImpl.java
...cost/service/impl/costplan/CostPlanNewPayServiceImpl.java
+0
-2
CostPlanTempServiceImpl.java
...e/cost/service/impl/costplan/CostPlanTempServiceImpl.java
+2
-0
No files found.
cost-service/src/main/java/com/blt/other/module/cost/service/impl/costplan/CostPlanNewPayServiceImpl.java
View file @
e791b1d9
...
@@ -109,8 +109,6 @@ public class CostPlanNewPayServiceImpl extends AbstractCostPlanService implement
...
@@ -109,8 +109,6 @@ public class CostPlanNewPayServiceImpl extends AbstractCostPlanService implement
costDomain
.
setTypeName
(
costDetailItem
.
getTypeName
());
costDomain
.
setTypeName
(
costDetailItem
.
getTypeName
());
costDomain
.
setAccountingSubjectNo
(
costDetailItem
.
getAccountingSubjectNo
());
costDomain
.
setAccountingSubjectNo
(
costDetailItem
.
getAccountingSubjectNo
());
costDomain
.
setAccountingSubjectName
(
costDetailItem
.
getAccountingSubjectName
());
costDomain
.
setAccountingSubjectName
(
costDetailItem
.
getAccountingSubjectName
());
costDomain
.
setAmount
(
costDetailDomains
.
stream
().
map
(
CostDetailDomain:
:
getAmount
).
reduce
(
BigDecimal
.
ZERO
,
BigDecimal:
:
add
));
costDomain
.
setAmount
(
costDetailDomains
.
stream
().
map
(
CostDetailDomain:
:
getAmount
).
reduce
(
BigDecimal
.
ZERO
,
BigDecimal:
:
add
));
costDomain
.
setDic
(
costDetailDomains
.
get
(
0
).
getDic
());
costDomain
.
setDic
(
costDetailDomains
.
get
(
0
).
getDic
());
...
...
cost-service/src/main/java/com/blt/other/module/cost/service/impl/costplan/CostPlanTempServiceImpl.java
View file @
e791b1d9
...
@@ -87,6 +87,7 @@ public class CostPlanTempServiceImpl implements CostPlanTempService {
...
@@ -87,6 +87,7 @@ public class CostPlanTempServiceImpl implements CostPlanTempService {
costPlanTempDomain
.
setTypeId
(
costTypeDomain
.
getId
());
costPlanTempDomain
.
setTypeId
(
costTypeDomain
.
getId
());
costPlanTempDomain
.
setTypeNo
(
costTypeDomain
.
getTypeNo
());
costPlanTempDomain
.
setTypeNo
(
costTypeDomain
.
getTypeNo
());
costPlanTempDomain
.
setTypeName
(
costTypeDomain
.
getTypeName
());
AccountingSubject
accountingSubject
=
accountingSubjectMapper
.
selectById
(
costTypeDomain
.
getAccountingSubjectId
());
AccountingSubject
accountingSubject
=
accountingSubjectMapper
.
selectById
(
costTypeDomain
.
getAccountingSubjectId
());
...
@@ -176,6 +177,7 @@ public class CostPlanTempServiceImpl implements CostPlanTempService {
...
@@ -176,6 +177,7 @@ public class CostPlanTempServiceImpl implements CostPlanTempService {
costPlanTempDomain
.
setTypeId
(
costTypeDomain
.
getId
());
costPlanTempDomain
.
setTypeId
(
costTypeDomain
.
getId
());
costPlanTempDomain
.
setTypeNo
(
costTypeDomain
.
getTypeNo
());
costPlanTempDomain
.
setTypeNo
(
costTypeDomain
.
getTypeNo
());
costPlanTempDomain
.
setTypeName
(
costTypeDomain
.
getTypeName
());
AccountingSubject
accountingSubject
=
accountingSubjectMapper
.
selectById
(
costTypeDomain
.
getAccountingSubjectId
());
AccountingSubject
accountingSubject
=
accountingSubjectMapper
.
selectById
(
costTypeDomain
.
getAccountingSubjectId
());
...
...
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