Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-java
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
bltdc
dc-java
Commits
2abe53bc
Commit
2abe53bc
authored
Feb 20, 2020
by
yinyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据中心--资产负债表借支已还金额判断
parent
d4639131
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
DcBalanceSheetMapper.java
...m/bailuntec/balancesheet/mapper/DcBalanceSheetMapper.java
+1
-1
No files found.
data-finance/finance-balance-sheet/src/main/java/com/bailuntec/balancesheet/mapper/DcBalanceSheetMapper.java
View file @
2abe53bc
...
@@ -140,7 +140,7 @@ public interface DcBalanceSheetMapper {
...
@@ -140,7 +140,7 @@ public interface DcBalanceSheetMapper {
@Select
({
"select finished_accounts_payable from dc_balance_sheet where statistical_time = #{date}"
})
@Select
({
"select finished_accounts_payable from dc_balance_sheet where statistical_time = #{date}"
})
BigDecimal
getLogisticsAccountsPayableSum
(
@Param
(
"date"
)
Date
date
);
BigDecimal
getLogisticsAccountsPayableSum
(
@Param
(
"date"
)
Date
date
);
@Select
(
"select sum((amount -
had_pay
+ ifnull(compensate, 0)) * to_rmb_rate) from dc_daily_fee where recoed_time = #{lastDay}"
)
@Select
(
"select sum((amount -
ifnull(had_pay, 0)
+ ifnull(compensate, 0)) * to_rmb_rate) from dc_daily_fee where recoed_time = #{lastDay}"
)
BigDecimal
getAmountBorrowed
(
@Param
(
"lastDay"
)
Date
lastDay
);
BigDecimal
getAmountBorrowed
(
@Param
(
"lastDay"
)
Date
lastDay
);
int
updateByPrimaryKeySelective
(
DcBalanceSheet
record
);
int
updateByPrimaryKeySelective
(
DcBalanceSheet
record
);
...
...
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