Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
项目统一框架
amos-boot-biz
Commits
659bf541
Commit
659bf541
authored
Oct 31, 2023
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
两员配备-企业两员配备情况查询优化
parent
638c166a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
21 deletions
+1
-21
TzsTwoStaffingServiceImpl.java
...odule/tcm/biz/service/impl/TzsTwoStaffingServiceImpl.java
+1
-21
No files found.
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/java/com/yeejoin/amos/boot/module/tcm/biz/service/impl/TzsTwoStaffingServiceImpl.java
View file @
659bf541
...
@@ -236,27 +236,7 @@ public class TzsTwoStaffingServiceImpl extends BaseService<TzsTwoStaffingDto, Tz
...
@@ -236,27 +236,7 @@ public class TzsTwoStaffingServiceImpl extends BaseService<TzsTwoStaffingDto, Tz
if
(!
ObjectUtils
.
isEmpty
(
companyList
.
getRecords
())){
if
(!
ObjectUtils
.
isEmpty
(
companyList
.
getRecords
())){
for
(
TzsTwoStaffingCompanyDto
item
:
companyList
.
getRecords
())
{
for
(
TzsTwoStaffingCompanyDto
item
:
companyList
.
getRecords
())
{
item
.
setCompleteNormal
(
Integer
.
valueOf
(
item
.
getCompleteNormal
())
==
1
?
"是"
:
"否"
);
if
(
item
.
getUnitType
().
contains
(
"使用单位"
)
&&
(
item
.
getUnitType
().
contains
(
"充装单位"
)
||
item
.
getUnitType
().
contains
(
"安装改造维修单位"
)
||
item
.
getUnitType
().
contains
(
"制造单位"
)
||
item
.
getUnitType
().
contains
(
"设计单位"
)))
{
item
.
setCompleteNormal
(
Integer
.
valueOf
(
item
.
getAllDone
())
==
1
?
"是"
:
"否"
);
continue
;
}
if
(
item
.
getUnitType
().
contains
(
"使用单位"
))
{
item
.
setCompleteNormal
(
Integer
.
valueOf
(
item
.
getUseDone
())
==
1
?
"是"
:
"否"
);
continue
;
}
if
(
item
.
getUnitType
().
contains
(
"充装单位"
)
||
item
.
getUnitType
().
contains
(
"安装改造维修单位"
)
||
item
.
getUnitType
().
contains
(
"制造单位"
)
||
item
.
getUnitType
().
contains
(
"设计单位"
))
{
item
.
setCompleteNormal
(
Integer
.
valueOf
(
item
.
getProductDone
())
==
1
?
"是"
:
"否"
);
continue
;
}
}
}
}
}
return
companyList
;
return
companyList
;
...
...
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