Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tsndu-service
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
魏吉光
tsndu-service
Commits
187da073
Commit
187da073
authored
Nov 09, 2020
by
weijiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
1292f41c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
src/main/java/com/jair/service/impl/PlanningServiceImpl.java
+3
-0
src/main/resources/mapper/ContractMapper.xml
+1
-1
No files found.
src/main/java/com/jair/service/impl/PlanningServiceImpl.java
View file @
187da073
...
...
@@ -90,6 +90,9 @@ public class PlanningServiceImpl extends ServiceImpl<FeePlanningMapper, FeePlann
for
(
CfgFeePo
fee
:
fees
)
{
Date
planningDate
=
contract
.
getStartDate
();
Integer
paidAmount
=
fee
.
getFirstPaidAmount
();
if
(
paidAmount
==
null
)
{
paidAmount
=
0
;
}
while
(
true
)
{
FeePlanning
planning
=
new
FeePlanning
();
planning
.
setType
(
2
);
// 费用项
...
...
src/main/resources/mapper/ContractMapper.xml
View file @
187da073
...
...
@@ -25,7 +25,7 @@
<if
test=
"searcher.status != null"
>
AND c.status = #{searcher.status}
</if>
<if
test=
"searcher.depositStatus != null"
>
<if
test=
"searcher.depositStatus != null
and !searcher.depositStatus.isEmpty()
"
>
AND c.deposit_status in
<foreach
collection=
"searcher.depositStatus"
item=
"depositStatus"
open=
"("
separator=
","
close=
")"
>
#{depositStatus}
...
...
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