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
fc7610c1
Commit
fc7610c1
authored
Jan 23, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# update
parent
0bc58aa2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
AppCostServiceImpl.java
...lt/other/module/cost/service/impl/AppCostServiceImpl.java
+0
-7
No files found.
cost-service/src/main/java/com/blt/other/module/cost/service/impl/AppCostServiceImpl.java
View file @
fc7610c1
...
@@ -37,8 +37,6 @@ public class AppCostServiceImpl implements AppCostService {
...
@@ -37,8 +37,6 @@ public class AppCostServiceImpl implements AppCostService {
@Resource
@Resource
CostDetailService
costDetailService
;
CostDetailService
costDetailService
;
@Resource
CostService
costService
;
@Override
@Override
public
Page
<
CostDto
>
appCheckCostList
(
AppCheckCostListReq
req
)
{
public
Page
<
CostDto
>
appCheckCostList
(
AppCheckCostListReq
req
)
{
...
@@ -48,11 +46,6 @@ public class AppCostServiceImpl implements AppCostService {
...
@@ -48,11 +46,6 @@ public class AppCostServiceImpl implements AppCostService {
Page
<
CostDomain
>
result
=
costDao
.
appCheckCostList
(
costDomainIPage
,
req
);
Page
<
CostDomain
>
result
=
costDao
.
appCheckCostList
(
costDomainIPage
,
req
);
costDetailService
.
setDetail
(
result
.
getRecords
());
costDetailService
.
setDetail
(
result
.
getRecords
());
return
(
Page
<
CostDto
>)
result
.
convert
(
CostDomain:
:
castToDto
);
return
(
Page
<
CostDto
>)
result
.
convert
(
CostDomain:
:
castToDto
);
Page
<
CostDomain
>
result
=
costDao
.
appCheckCostList
(
costDomainIPage
,
req
);
costDetailService
.
setDetail
(
result
.
getRecords
());
return
(
Page
<
CostDto
>)
result
.
convert
(
CostDomain:
:
castToDto
);
}
}
@Override
@Override
...
...
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