务办理-领用记录查询查看时没有值

This commit is contained in:
马三炮 2025-07-04 11:28:22 +08:00
parent 150389f72a
commit 7b98284a3d
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
FROM bm_unit FROM bm_unit
WHERE del_flag = '0' WHERE del_flag = '0'
<if test="deptId != null and deptId != 0"> <if test="deptId != null and deptId != 0">
AND bpl.imp_unit = #{deptId} AND dept_id = #{deptId}
</if> </if>
</if> </if>
</select> </select>