fix 资料完善中

master
luoyang 6 years ago
parent f67e553a21
commit 42e82d5218

@ -197,7 +197,7 @@
AND c.approve_result = 5 AND c.approve_time is NOT NULL AND c.approve_result = 5 AND c.approve_time is NOT NULL
</if> </if>
<if test="bd_upload_and_completed"> <if test="bd_upload_and_completed">
AND ((c.open_status = 3 AND c.approve_result != 5 ) OR ( and c.open_status IS NULL AND c.approve_result IS NULL AND c.source != 4)) AND ((c.open_status = 3 AND c.approve_result != 5 ) OR (c.open_status IS NULL AND c.approve_result IS NULL AND c.source != 4))
</if> </if>
<if test="bd_upload_material"> <if test="bd_upload_material">
AND c.open_status = 3 AND c.approve_result != 5 AND c.open_status = 3 AND c.approve_result != 5

Loading…
Cancel
Save