|
@ -8,7 +8,7 @@ |
|
|
audit_status = #{auditStatus}, |
|
|
audit_status = #{auditStatus}, |
|
|
reject_reason = #{rejectReason}, |
|
|
reject_reason = #{rejectReason}, |
|
|
audit_time = #{auditTime} |
|
|
audit_time = #{auditTime} |
|
|
where order_code = #{orderCode} |
|
|
|
|
|
|
|
|
where order_code = #{orderCode} and audit_status = 0 |
|
|
order by create_time DESC |
|
|
order by create_time DESC |
|
|
limit 1 |
|
|
limit 1 |
|
|
</update> |
|
|
</update> |
|
|