Commit eff11c03 authored by huyuchen's avatar huyuchen

Merge remote-tracking branch 'origin/MVP1.7.8' into MVP1.7.8

parents a2696484 b550da4d
......@@ -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