Browse Source

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

sunjiabei/feature-20251021102635-银行接口
lijianlin 4 days ago
parent
commit
a899056770
  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 update_time DESC
ORDER BY pay_time DESC
</otherwise>
</choose>
</select>

Loading…
Cancel
Save