Commit 0a908013 authored by litengwei's avatar litengwei

代码提交

parent 6f426532
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<if test="formGroupId != null and formGroupId != '' and formGroupId != '-1'"> <if test="formGroupId != null and formGroupId != '' and formGroupId != '-1'">
AND sys.form_group_id = #{formGroupId} AND sys.form_group_id = #{formGroupId}
</if> </if>
order by sys.id DESC order by CONVERT(sys.biz_org_name USING gbk) ASC, sys.system_status DESC
LIMIT #{spage},#{pageSize} LIMIT #{spage},#{pageSize}
</select> </select>
<select id="queryEquipmenCount" resultType="long"> <select id="queryEquipmenCount" resultType="long">
......
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