Browse Source

01-22 收款默认改为付款时间排序

lijianlin/feature-20260113-现金管理0109^2
lijianlin 1 month ago
parent
commit
ded89d0c58
  1. 2
      src/main/resources/cashMapper/CashCollectionMapper.xml

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

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

Loading…
Cancel
Save