Browse Source

房屋信息-新增/修改-所属网格 排序

master
HAHA 3 years ago
parent
commit
b1d3dd3b0e
  1. 4
      epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerGridDao.xml

4
epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerGridDao.xml

@ -317,13 +317,11 @@
DEL_FLAG = '0' DEL_FLAG = '0'
AND ABANDON_FLAG='0' AND ABANDON_FLAG='0'
AND PID = #{agencyId} AND PID = #{agencyId}
ORDER BY CREATED_TIME DESC ORDER BY sort,grid_name,CREATED_TIME DESC
<if test="null != pageSize and pageSize > 0"> <if test="null != pageSize and pageSize > 0">
LIMIT #{pageSize} LIMIT #{pageSize}
</if> </if>
</where> </where>
order by
sort,grid_name
</select> </select>
<select id="listGridsbystaffid" resultType="com.epmet.dto.result.GridByStaffResultDTO"> <select id="listGridsbystaffid" resultType="com.epmet.dto.result.GridByStaffResultDTO">

Loading…
Cancel
Save