Merge branch 'release/2.19.1.2501.01' into release/3.0.2.2504.01
This commit is contained in:
commit
034196dd9d
|
|
@ -632,7 +632,7 @@
|
||||||
<if test="param.startSalaryMonth != null">
|
<if test="param.startSalaryMonth != null">
|
||||||
AND t1.salary_month >= #{param.startSalaryMonth}
|
AND t1.salary_month >= #{param.startSalaryMonth}
|
||||||
</if>
|
</if>
|
||||||
ORDER BY t1.id DESC
|
ORDER BY t1.salary_month DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue