Browse Source

11-21 收款页面按照提交时间排序

huangqizheng/feature-20251119150446-退款合并后
lijianlin 5 days ago
parent
commit
6c3c3779fc
  1. 2
      src/main/resources/cashMapper/CashCollectionMapper.xml

2
src/main/resources/cashMapper/CashCollectionMapper.xml

@ -198,7 +198,7 @@
ORDER BY ${cashCollection.sortField} ${cashCollection.sortOrder}
</when>
<otherwise>
ORDER BY pay_time DESC
ORDER BY create_time DESC
</otherwise>
</choose>
</select>

Loading…
Cancel
Save