Commit 11dea5a7 authored by hongguangwu's avatar hongguangwu

MVP1.5.2-单个派单

parent 754bd1d1
......@@ -798,9 +798,9 @@
where e.EMP_IDCARD = #{empIdCard} and e.SETTLE_DOMAIN = #{deptId}
and e.DELETE_FLAG = '0'
AND (
( x.AUDIT_STATUS = '2' AND x.IN_USE = '0' )
( e.AUDIT_STATUS = '2' AND e.IN_USE = '0' )
OR
( x.AUDIT_STATUS = '1' AND x.IN_USE = '1' )
( e.AUDIT_STATUS = '1' AND e.IN_USE = '1' )
)
</select>
</mapper>
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