Commit 74bd50c0 authored by zhangsen's avatar zhangsen

bug修改【预案排序问题】

parent f090f8f3
......@@ -355,10 +355,10 @@
order by tmp.`update_date` ASC
</if>
<if test="runState != null and runState != '' and runState == 0">
, tmp.runstate DESC
order by tmp.runstate DESC
</if>
<if test="runState != null and runState != '' and runState == 1">
, tmp.runstate ASC
order by tmp.runstate ASC
</if>
LIMIT #{current}, #{size}
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment