工资单按照薪资所属月倒序排列
This commit is contained in:
parent
49738114fc
commit
8259cb5eae
|
|
@ -632,7 +632,7 @@
|
|||
<if test="param.startSalaryMonth != null">
|
||||
AND t1.salary_month >= #{param.startSalaryMonth}
|
||||
</if>
|
||||
ORDER BY t1.id DESC
|
||||
ORDER BY t1.salary_month DESC
|
||||
</select>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue