Commit b550da4d authored by hongguangwu's avatar hongguangwu

MVP1.7.8-状态

parent 16444d90
......@@ -464,7 +464,7 @@
SELECT
<include refid="Base_Column_List"/>
FROM t_pre_emp_main a
where a.EMP_IDCARD = #{empIdCard} AND a.DEPT_ID = #{deptId}
where a.EMP_IDCARD = #{empIdCard} AND a.DEPT_ID = #{deptId} and a.STATUS != '4'
limit 1
</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