Commit 74bd50c0 authored by zhangsen's avatar zhangsen

bug修改【预案排序问题】

parent f090f8f3
...@@ -355,10 +355,10 @@ ...@@ -355,10 +355,10 @@
order by tmp.`update_date` ASC order by tmp.`update_date` ASC
</if> </if>
<if test="runState != null and runState != '' and runState == 0"> <if test="runState != null and runState != '' and runState == 0">
, tmp.runstate DESC order by tmp.runstate DESC
</if> </if>
<if test="runState != null and runState != '' and runState == 1"> <if test="runState != null and runState != '' and runState == 1">
, tmp.runstate ASC order by tmp.runstate ASC
</if> </if>
LIMIT #{current}, #{size} LIMIT #{current}, #{size}
</select> </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