Browse Source

8月20日金豆审核时间筛选

lijianlin/feature-20250728171217-三期金豆消费相关
sunjiabei 2 days ago
parent
commit
3ae2c3fa13
  1. 2
      src/main/resources/mapper/AuditMapper.xml

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

@ -100,7 +100,7 @@
ORDER BY ${rechargeAudit.sortField} ${rechargeAudit.sortOrder}
</when>
<otherwise>
ORDER BY create_time DESC
ORDER BY audit_time DESC
</otherwise>
</choose>
</select>

Loading…
Cancel
Save