领悦 薪资核算排序

This commit is contained in:
Harryxzy 2025-02-12 14:37:48 +08:00
parent 81ccb6c1e2
commit 8e399a3fda
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
<if test="taxCycleDateRange != null and taxCycleDateRange.endDate != null">
AND t.tax_cycle <![CDATA[ <= ]]> #{taxCycleDateRange.endDate}
</if>
ORDER BY t.id DESC
ORDER BY t.salary_month desc,t.id DESC
</select>
<select id="listByCreateDate" resultType="com.engine.salary.entity.salaryacct.po.SalaryAcctRecordPO">
SELECT