Commit 7a622d03 by MMF

MMF 2026-04-17 帮扶专家增加组别查询

parent 7030c580
......@@ -25,4 +25,8 @@ public class ZqbfXmzBfzjQuery extends BaseEntity {
* 专家名称
*/
private String zjmc;
/**
* 专家祖籍
*/
private String zjzj;
}
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment