Browse Source

8-24 审核列表默认按审核时间降序排列

lijianlin/feature-20250728171217-三期金豆消费相关
lijianlin 2 months ago
parent
commit
89818f62d5
  1. 4
      src/main/resources/mapper/AuditMapper.xml

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

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

Loading…
Cancel
Save