薪酬系统-福利台账,列表排序规则账单月份逆序、更新时间逆序
This commit is contained in:
parent
2e2954f706
commit
b0e8da2ad4
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue