领悦 薪资核算排序
This commit is contained in:
parent
81ccb6c1e2
commit
8e399a3fda
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue