Compare commits

..

No commits in common. "034196dd9d6b1351719212dfaf0a2db60db10fa4" and "50c84eb11ec836b9e30b79e02c49b82d57cd03c7" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@
<if test="param.startSalaryMonth != null">
AND t1.salary_month >= #{param.startSalaryMonth}
</if>
ORDER BY t1.salary_month DESC
ORDER BY t1.id DESC
</select>