Commit e15e6a5e authored by zhangsen's avatar zhangsen

修改bug 6147

parent 7df38f89
......@@ -1917,7 +1917,7 @@
LEFT JOIN p_point pp ON pp.id = pc.point_id
) a
<include refid="mobile-check-record-where" />
order by checkDate
<if test="orderRule == null or orderRule == ''"> order by checkDate </if>
limit #{offset},#{pageSize}
</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