Commit 9c319e1d authored by hongguangwu's avatar hongguangwu

and b.DELETE_FLAG = '0'

parent 4018acd9
......@@ -445,7 +445,7 @@
AND b.DEPT_NAME like concat('%',#{tEmployeeInfo.deptName},'%')
</if>
<if test="tEmployeeInfo.deptNo != null and tEmployeeInfo.deptNo.trim() != ''">
AND b.DEPT_NO = #{tEmployeeInfo.deptNo}
AND b.DEPT_NO like concat('%',#{tEmployeeInfo.deptNo},'%')
</if>
</select>
......@@ -577,7 +577,7 @@
AND b.DEPT_NAME like concat('%',#{tEmployeeInfo.deptName},'%')
</if>
<if test="tEmployeeInfo.deptNo != null and tEmployeeInfo.deptNo.trim() != ''">
AND b.DEPT_NO = #{tEmployeeInfo.deptNo}
AND b.DEPT_NO like concat('%',#{tEmployeeInfo.deptNo},'%')
</if>
</select>
......
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