薪酬系统-福利台账,列表排序规则账单月份逆序、更新时间逆序

This commit is contained in:
sy 2023-07-14 17:32:16 +08:00
parent 2e2954f706
commit b0e8da2ad4
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
left join hrsa_tax_agent t1 on t.payment_organization = t1.id
WHERE t.delete_type = 0
<include refid="paramSql"/>
ORDER BY t.bill_month DESC
ORDER BY t.bill_month DESC, t.update_time DESC
</select>
<select id="listByTimeRange" resultMap="BaseResultMap">