Browse Source

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

sunjiabei/feature-20251021102635-银行接口
lijianlin 5 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} ORDER BY ${cashCollection.sortField} ${cashCollection.sortOrder}
</when> </when>
<otherwise> <otherwise>
ORDER BY update_time DESC
ORDER BY pay_time DESC
</otherwise> </otherwise>
</choose> </choose>
</select> </select>

Loading…
Cancel
Save