Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-cost-system
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-cost-system
Commits
daa3dae6
Commit
daa3dae6
authored
Nov 04, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
3fad4f1e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
CostApiServiceImpl.java
...lt/other/module/cost/service/impl/CostApiServiceImpl.java
+15
-1
No files found.
bailuntec-cost-core/src/main/java/com/blt/other/module/cost/service/impl/CostApiServiceImpl.java
View file @
daa3dae6
...
@@ -2,11 +2,11 @@ package com.blt.other.module.cost.service.impl;
...
@@ -2,11 +2,11 @@ package com.blt.other.module.cost.service.impl;
import
com.alibaba.fastjson.JSONObject
;
import
com.alibaba.fastjson.JSONObject
;
import
com.bailuntec.cost.api.dto.*
;
import
com.bailuntec.cost.api.dto.*
;
import
com.blt.other.module.auth.dao.UserDao
;
import
com.blt.other.common.util.CurUtils
;
import
com.blt.other.common.util.CurUtils
;
import
com.blt.other.common.util.DateTimeUtil
;
import
com.blt.other.common.util.DateTimeUtil
;
import
com.blt.other.common.util.HttpUtil
;
import
com.blt.other.common.util.HttpUtil
;
import
com.blt.other.common.util.PathUtil
;
import
com.blt.other.common.util.PathUtil
;
import
com.blt.other.module.auth.dao.UserDao
;
import
com.blt.other.module.cost.dao.*
;
import
com.blt.other.module.cost.dao.*
;
import
com.blt.other.module.cost.service.CostApiService
;
import
com.blt.other.module.cost.service.CostApiService
;
import
com.blt.other.module.cost.service.CostService
;
import
com.blt.other.module.cost.service.CostService
;
...
@@ -177,6 +177,13 @@ public class CostApiServiceImpl implements CostApiService {
...
@@ -177,6 +177,13 @@ public class CostApiServiceImpl implements CostApiService {
companyValueList
.
add
(
60
);
companyValueList
.
add
(
60
);
companyValueList
.
add
(
61
);
companyValueList
.
add
(
61
);
companyValueList
.
add
(
66
);
companyValueList
.
add
(
66
);
companyValueList
.
add
(
78
);
companyValueList
.
add
(
72
);
companyValueList
.
add
(
71
);
companyValueList
.
add
(
67
);
companyValueList
.
add
(
58
);
companyValueList
.
add
(
64
);
companyValueList
.
add
(
46
);
}
}
}
}
...
@@ -241,6 +248,13 @@ public class CostApiServiceImpl implements CostApiService {
...
@@ -241,6 +248,13 @@ public class CostApiServiceImpl implements CostApiService {
companyValueList
.
add
(
60
);
companyValueList
.
add
(
60
);
companyValueList
.
add
(
61
);
companyValueList
.
add
(
61
);
companyValueList
.
add
(
66
);
companyValueList
.
add
(
66
);
companyValueList
.
add
(
78
);
companyValueList
.
add
(
72
);
companyValueList
.
add
(
71
);
companyValueList
.
add
(
67
);
companyValueList
.
add
(
58
);
companyValueList
.
add
(
64
);
companyValueList
.
add
(
46
);
}
}
}
}
return
costDao
.
getLogisticsCostList
(
startDate
,
DateTimeUtil
.
addDays
(
endDate
,
1
),
feeSuperType
,
feeSubType
,
companyValueList
,
companyName
,
departmentName
,
createUserId
,
payUserId
);
return
costDao
.
getLogisticsCostList
(
startDate
,
DateTimeUtil
.
addDays
(
endDate
,
1
),
feeSuperType
,
feeSubType
,
companyValueList
,
companyName
,
departmentName
,
createUserId
,
payUserId
);
...
...
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