Commit 03d2ba28 by guojuxing

审批工单接口修改

parent 06f6d5b9
......@@ -318,10 +318,13 @@
and audit_expire_time < now()
and audit_result = 0
</if>
<if test="auditResult != 3">
<if test="auditResult == 0">
and audit_result = #{auditResult}
and audit_expire_time >= now()
</if>
<if test="auditResult != 0 and auditResult != 3">
and audit_result = #{auditResult}
</if>
</if>
<if test="search != null and search != '' ">
<if test="searchType == 2">
......
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