Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ry-crm
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
田光明
ry-crm
Commits
bbb5be16
Commit
bbb5be16
authored
Feb 21, 2025
by
EDY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
11eb2ec7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
BaseContractInfoServiceImpl.java
...em/service/business/impl/BaseContractInfoServiceImpl.java
+4
-2
No files found.
ruoyi-system/src/main/java/com/ruoyi/system/service/business/impl/BaseContractInfoServiceImpl.java
View file @
bbb5be16
...
@@ -154,9 +154,11 @@ public class BaseContractInfoServiceImpl implements IBaseContractInfoService {
...
@@ -154,9 +154,11 @@ public class BaseContractInfoServiceImpl implements IBaseContractInfoService {
ContractCollectVo
contractCollectVo
=
baseContractInfoMapper
.
queryContractAmount
();
ContractCollectVo
contractCollectVo
=
baseContractInfoMapper
.
queryContractAmount
();
if
(
contractCollectVo
!=
null
&&
contractCollectVo
.
getContractAmount
()
!=
null
&&
contractCollectVo
.
getToTheAmount
()
!=
null
)
{
if
(
contractCollectVo
!=
null
&&
contractCollectVo
.
getContractAmount
()
!=
null
&&
contractCollectVo
.
getToTheAmount
()
!=
null
)
{
contractCollectVo
.
setPayeeAmount
(
contractCollectVo
.
getContractAmount
().
subtract
(
contractCollectVo
.
getToTheAmount
()));
contractCollectVo
.
setPayeeAmount
(
contractCollectVo
.
getContractAmount
().
subtract
(
contractCollectVo
.
getToTheAmount
()));
BigDecimal
invoiceAmount
=
baseInvoiceInfoMapper
.
queryInvoiceAmount
();
contractCollectVo
.
setMakeInvoiceAmount
(
invoiceAmount
);
}
else
{
contractCollectVo
=
new
ContractCollectVo
();
}
}
BigDecimal
invoiceAmount
=
baseInvoiceInfoMapper
.
queryInvoiceAmount
();
contractCollectVo
.
setMakeInvoiceAmount
(
invoiceAmount
);
return
contractCollectVo
;
return
contractCollectVo
;
}
}
...
...
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