Commit d2aa2175 by wangjian

2025-12-12 wj 修改

parent beab0a46
......@@ -43,7 +43,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<include refid="selectSjGfjsXjbzVo"/>
<where>
<if test="bzId != null "> and a.bz_id = #{bzId}</if>
<if test="deptId != null "> and a.dept_id = #{deptId}</if>
<if test="deptId != null "> and (a.dept_id = #{deptId} or find_in_set(#{deptId},d.ancestors))</if>
<if test="parentDeptId != null "> and a.parent_dept_id = #{parentDeptId}</if>
<if test="nd != null and nd != ''"> and a.nd = #{nd}</if>
<if test="bzlx != null and bzlx != ''"> and a.bzlx = #{bzlx}</if>
......
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