Browse Source

退款通过bug修复

huangqizheng/feature-20250710151401-数据同步完成
lijianlin 1 month ago
parent
commit
5362ee33c8
  1. 2
      src/main/resources/mapper/AuditMapper.xml

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

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

Loading…
Cancel
Save