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
13ed50c2
Commit
13ed50c2
authored
Sep 02, 2025
by
鲁鸿波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
承包商 人员台账修改
parent
2621dce5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
TContractorPersonServiceImpl.java
...tor/ledger/service/impl/TContractorPersonServiceImpl.java
+9
-1
No files found.
zlmy-modules/zlmy-boot/src/main/java/com/testor/module/contractor/ledger/service/impl/TContractorPersonServiceImpl.java
View file @
13ed50c2
...
...
@@ -423,7 +423,15 @@ public class TContractorPersonServiceImpl extends SuperServiceImpl<TContractorPe
log
.
info
(
"承包商人员台账列表--ids2------>ids值:{}"
,
ids
);
//查询同一机构创建的人员
queryWrapper
.
in
(
TContractorPerson
.
ORG_ID
,
ids
);
//queryWrapper.in(TContractorPerson.ORG_ID,ids);
String
inIds
=
ids
.
stream
()
.
map
(
id
->
"'"
+
id
+
"'"
)
.
collect
(
Collectors
.
joining
(
","
));
queryWrapper
.
apply
(
"string_to_array(org_id, ',') && ARRAY["
+
inIds
+
"]"
);
if
(
ObjectHelper
.
isNotEmpty
(
queryParam
.
getIds
()))
{
...
...
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