Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Z
zlmy-cloud
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
zlmy
zlmy-cloud
Commits
ef9ec5c5
Commit
ef9ec5c5
authored
Sep 09, 2025
by
鲁鸿波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
相关方bug
parent
7762ada4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
NewSysOrgController.java
...com/testor/module/sys/controller/NewSysOrgController.java
+1
-1
No files found.
zlmy-modules/zlmy-boot/src/main/java/com/testor/module/sys/controller/NewSysOrgController.java
View file @
ef9ec5c5
...
@@ -260,7 +260,7 @@ public class NewSysOrgController extends SuperController {
...
@@ -260,7 +260,7 @@ public class NewSysOrgController extends SuperController {
relatedParties
.
setOrgType
(
"1"
);
relatedParties
.
setOrgType
(
"1"
);
relatedParties
.
setOrgName
(
"相关方作业"
);
relatedParties
.
setOrgName
(
"相关方作业"
);
// 获取当前组织的所有承包商台账信息
// 获取当前组织的所有承包商台账信息
List
<
Object
>
infoIds
=
tContractorLedgerService
.
listObjs
(
new
QueryWrapper
<
TContractorLedger
>().
select
(
TContractorLedger
.
INFO_ID
).
eq
(
TContractorLedger
.
ORG_ID
,
orgId
).
groupBy
(
TContractorLedger
.
INFO_ID
));
List
<
Object
>
infoIds
=
tContractorLedgerService
.
listObjs
(
new
QueryWrapper
<
TContractorLedger
>().
select
(
TContractorLedger
.
INFO_ID
).
like
(
TContractorLedger
.
ORG_ID
,
orgId
).
groupBy
(
TContractorLedger
.
INFO_ID
));
List
<
NewSysOrg
>
contractors
=
new
ArrayList
<>();
List
<
NewSysOrg
>
contractors
=
new
ArrayList
<>();
for
(
Object
infoId
:
infoIds
)
{
for
(
Object
infoId
:
infoIds
)
{
TContractorInfo
tContractorInfo
=
tContractorInfoService
.
getById
(
infoId
.
toString
());
TContractorInfo
tContractorInfo
=
tContractorInfoService
.
getById
(
infoId
.
toString
());
...
...
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