Browse Source

审核默认按更新时间排序

lihuilin/hotfix-20250815-审核默认更新时间
lihuilin 2 days ago
parent
commit
a17ebd7b02
  1. 4
      src/main/resources/mapper/AuditMapper.xml

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

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

Loading…
Cancel
Save