Browse Source

01-10 审核不该状态bug修复

milestone-20251215-红包修改
lijianlin 1 day ago
parent
commit
aa84098d50
  1. 2
      src/main/resources/mapper/AuditMapper.xml

2
src/main/resources/mapper/AuditMapper.xml

@ -8,7 +8,7 @@
red_diff = #{redDiff},
reject_reason = #{rejectReason},
audit_time = #{auditTime}
where order_code = #{orderCode} and audit_status in (1,4)
where order_code = #{orderCode} and audit_status in (0,4)
order by create_time DESC
limit 1
</update>

Loading…
Cancel
Save