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
d2119fea
Commit
d2119fea
authored
Jan 29, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 更新
parent
d035db72
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CostApiServiceImpl.java
...lt/other/module/cost/service/impl/CostApiServiceImpl.java
+3
-0
Cost.xml
cost-service/src/main/resources/mapper/Cost.xml
+1
-0
No files found.
cost-service/src/main/java/com/blt/other/module/cost/service/impl/CostApiServiceImpl.java
View file @
d2119fea
...
...
@@ -298,6 +298,9 @@ public class CostApiServiceImpl implements CostApiService {
manageCostDto
.
setReceiveCardUser
(
costDomain
.
getBankCardUser
());
manageCostDto
.
setReceiveUnit
(
costDomain
.
getBankCompany
());
manageCostDto
.
setPayTime
(
costDomain
.
getPayTime
());
manageCostDto
.
setFeeSuperType
(
costDomain
.
getTypeName
());
return
manageCostDto
;
})
.
collect
(
Collectors
.
toList
());
...
...
cost-service/src/main/resources/mapper/Cost.xml
View file @
d2119fea
...
...
@@ -331,6 +331,7 @@
left join cost_type ct on t1.type_id = ct.id
where t1.cost_status = 4
and ct.is_manage_cost = 1
and last_modify_date between #{startDateStr} and #{endDateStr}
</select>
</mapper>
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