Commit 070907be authored by chenzhao's avatar chenzhao

修改排序

parent ab26bb7c
......@@ -33,7 +33,7 @@
<if test="HEALTHLEVEL != '' and HEALTHLEVEL != null">
AND b.HEALTH_LEVEL = #{HEALTHLEVEL}
</if>
order by b.HEALTH_INDEX DESC
order by b.HEALTH_INDEX ASC
limit ${current},${size}
</select>
......@@ -134,7 +134,7 @@
AND b.POINT_NAME = #{POINTNAME}
</if>
</where>
order by b.HEALTH_INDEX DESC
order by b.HEALTH_INDEX ASC
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