Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
qianhe-ydsj
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangyun
qianhe-ydsj
Commits
7a622d03
Commit
7a622d03
authored
Apr 17, 2026
by
MMF
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MMF 2026-04-17 帮扶专家增加组别查询
parent
7030c580
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
qianhe-ydsj/src/main/java/com/qianhe/zqbf/domain/ZqbfXmzBfzjQuery.java
+4
-0
qianhe-ydsj/src/main/resources/mapper/zqbf/ZqbfXmzBfzjMapper.xml
+1
-0
No files found.
qianhe-ydsj/src/main/java/com/qianhe/zqbf/domain/ZqbfXmzBfzjQuery.java
View file @
7a622d03
...
...
@@ -25,4 +25,8 @@ public class ZqbfXmzBfzjQuery extends BaseEntity {
* 专家名称
*/
private
String
zjmc
;
/**
* 专家祖籍
*/
private
String
zjzj
;
}
qianhe-ydsj/src/main/resources/mapper/zqbf/ZqbfXmzBfzjMapper.xml
View file @
7a622d03
...
...
@@ -59,6 +59,7 @@
<include
refid=
"selectCommon"
></include>
<where>
<if
test=
"zjid != null "
>
AND bfzj.zjid = #{zjid}
</if>
<if
test=
"zjzj != null and zjzj !=''"
>
AND bfzj.zjzj = #{zjzj}
</if>
<if
test=
"dwid != null "
>
AND (dept.dept_id = #{dwid} OR FIND_IN_SET(#{dwid}, dept.ancestors))
</if>
<if
test=
"zjmc != null and zjmc !='' "
>
AND bfzj.zjmc like concat('%', #{zjmc}, '%')
</if>
${params.dataScope}
...
...
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