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
46943033
Commit
46943033
authored
Jan 22, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# update
parent
d63ed670
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
CostCompanyServiceImpl.java
...ther/module/cost/service/impl/CostCompanyServiceImpl.java
+1
-2
CostReviewerImportItem.java
.../other/module/sys/dto/request/CostReviewerImportItem.java
+4
-4
CostReviewerExportItem.java
...other/module/sys/dto/response/CostReviewerExportItem.java
+4
-4
No files found.
cost-service/src/main/java/com/blt/other/module/cost/service/impl/CostCompanyServiceImpl.java
View file @
46943033
...
@@ -21,7 +21,6 @@ import com.blt.other.module.sys.dto.request.CostReviewerExportReq;
...
@@ -21,7 +21,6 @@ import com.blt.other.module.sys.dto.request.CostReviewerExportReq;
import
com.blt.other.module.sys.dto.request.CostReviewerImportItem
;
import
com.blt.other.module.sys.dto.request.CostReviewerImportItem
;
import
com.blt.other.module.sys.dto.request.CostReviewerImportReq
;
import
com.blt.other.module.sys.dto.request.CostReviewerImportReq
;
import
com.blt.other.module.sys.dto.response.CostReviewerExportItem
;
import
com.blt.other.module.sys.dto.response.CostReviewerExportItem
;
import
com.blt.other.module.sys.dto.response.SpecDepartmentCheckConfigExportExcelItem
;
import
com.blt.other.module.sys.model.CostReviewer
;
import
com.blt.other.module.sys.model.CostReviewer
;
import
com.blt.other.module.sys.service.impl.CostReviewerImportItemListener
;
import
com.blt.other.module.sys.service.impl.CostReviewerImportItemListener
;
import
org.slf4j.Logger
;
import
org.slf4j.Logger
;
...
@@ -100,7 +99,7 @@ public class CostCompanyServiceImpl extends ServiceImpl<CostCompanyDao, CostComp
...
@@ -100,7 +99,7 @@ public class CostCompanyServiceImpl extends ServiceImpl<CostCompanyDao, CostComp
}
}
private
void
setCostCompany
(
List
<
CostCompanyDomain
>
costCompanyDomainList
)
{
private
void
setCostCompany
(
List
<
CostCompanyDomain
>
costCompanyDomainList
)
{
if
(
ListUtil
.
isNotEmpty
(
costCompanyDomainList
)
{
if
(
ListUtil
.
isNotEmpty
(
costCompanyDomainList
)
)
{
List
<
Integer
>
costCompanyIds
=
costCompanyDomainList
.
stream
().
map
(
CostCompanyDomain:
:
getId
).
collect
(
Collectors
.
toList
());
List
<
Integer
>
costCompanyIds
=
costCompanyDomainList
.
stream
().
map
(
CostCompanyDomain:
:
getId
).
collect
(
Collectors
.
toList
());
//最终审核人
//最终审核人
...
...
cost-service/src/main/java/com/blt/other/module/sys/dto/request/CostReviewerImportItem.java
View file @
46943033
...
@@ -15,14 +15,14 @@ import lombok.Data;
...
@@ -15,14 +15,14 @@ import lombok.Data;
public
class
CostReviewerImportItem
{
public
class
CostReviewerImportItem
{
@ExcelProperty
(
"出纳公司主体"
)
@ExcelProperty
(
"出纳公司主体"
)
private
String
companyName
,
private
String
companyName
;
@ExcelProperty
(
"财务审核人"
)
@ExcelProperty
(
"财务审核人"
)
private
String
financialReviewerUser
,
private
String
financialReviewerUser
;
@ExcelProperty
(
"最终审核人"
)
@ExcelProperty
(
"最终审核人"
)
private
String
finalReviewerUser
,
private
String
finalReviewerUser
;
@ExcelProperty
(
"人事审核人"
)
@ExcelProperty
(
"人事审核人"
)
private
String
hrReviewerUser
private
String
hrReviewerUser
;
}
}
cost-service/src/main/java/com/blt/other/module/sys/dto/response/CostReviewerExportItem.java
View file @
46943033
...
@@ -15,14 +15,14 @@ import lombok.Data;
...
@@ -15,14 +15,14 @@ import lombok.Data;
public
class
CostReviewerExportItem
{
public
class
CostReviewerExportItem
{
@ExcelProperty
(
"出纳公司主体"
)
@ExcelProperty
(
"出纳公司主体"
)
private
String
companyName
,
private
String
companyName
;
@ExcelProperty
(
"财务审核人"
)
@ExcelProperty
(
"财务审核人"
)
private
String
financialReviewerUser
,
private
String
financialReviewerUser
;
@ExcelProperty
(
"最终审核人"
)
@ExcelProperty
(
"最终审核人"
)
private
String
finalReviewerUser
,
private
String
finalReviewerUser
;
@ExcelProperty
(
"人事审核人"
)
@ExcelProperty
(
"人事审核人"
)
private
String
hrReviewerUser
private
String
hrReviewerUser
;
}
}
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