Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 21b2a506
authored
Jul 14, 2023
by
王力
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_engineer_recommand0714' into 'develop'
修改 See merge request !241
2 parents
f6d35dce
29c02033
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
project-order/src/main/java/com/dituhui/pea/order/dao/EngineerInfoMPDao.java
project-order/src/main/java/com/dituhui/pea/order/dao/EngineerInfoMPDao.java
View file @
21b2a50
...
@@ -24,7 +24,7 @@ public interface EngineerInfoMPDao extends BaseMapper<EngineerInfo> {
...
@@ -24,7 +24,7 @@ public interface EngineerInfoMPDao extends BaseMapper<EngineerInfo> {
@Select
(
"select * from engineer_info where group_id = #{groupId}"
)
@Select
(
"select * from engineer_info where group_id = #{groupId}"
)
List
<
EngineerInfo
>
selectByGroupId
(
String
groupId
);
List
<
EngineerInfo
>
selectByGroupId
(
String
groupId
);
@Select
(
"<script> select * from engineer_info where group
I
d in "
+
@Select
(
"<script> select * from engineer_info where group
_i
d in "
+
"<foreach item='groupId' collection='groupIds' open='(' separator=',' close=')'>#{groupId}</foreach></script>"
)
"<foreach item='groupId' collection='groupIds' open='(' separator=',' close=')'>#{groupId}</foreach></script>"
)
List
<
EngineerInfo
>
selectByGroupIds
(
@Param
(
"groupIds"
)
List
<
String
>
groupIds
);
List
<
EngineerInfo
>
selectByGroupIds
(
@Param
(
"groupIds"
)
List
<
String
>
groupIds
);
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
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 post a comment