Commit 8eae8ca3 authored by zhangwanglin's avatar zhangwanglin

任务执行列表分页问题

parent 73ba983a
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
AND organ.SRV_ORGAN_ID = #{req.srvOrganId} AND organ.SRV_ORGAN_ID = #{req.srvOrganId}
</if> </if>
</where> </where>
order by plan.SRV_PLAN_TIME desc order by plan.PLAN_ID desc
</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