mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
贴皮排单分页顺序修复
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@
|
|||||||
<if test="req.isScheduled != null">
|
<if test="req.isScheduled != null">
|
||||||
AND ovp.is_scheduled = #{req.isScheduled}
|
AND ovp.is_scheduled = #{req.isScheduled}
|
||||||
</if>
|
</if>
|
||||||
ORDER BY ovp.id DESC
|
ORDER BY ovp.sort
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectPlanSortList"
|
<select id="selectPlanSortList"
|
||||||
|
|||||||
Reference in New Issue
Block a user