Commit fd27ca72 by java-李谡

修改论证条件

parent e0951420
......@@ -61,7 +61,7 @@
LEFT JOIN foc_user_depart r ON s.depart_id=r.id
WHERE
a.del_flag = #{DEL_FLAG_NORMAL}
AND rf.status=1
AND rf.status=1 AND rf.verify_status='03'
AND s.complete='0' AND is_feed='0'
AND a.verif_status = '00'
<if test="verifNo != null and verifNo != ''">
......
......@@ -658,6 +658,7 @@
LEFT JOIN foc_aircraft_type q ON q.id = a.aircraft_type
WHERE
a.del_flag = '0'
AND s.condition_status='03'
AND s.complete = '0'
AND is_feed = '0'
AND a.verif_status = '00'
......
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