Browse Source

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

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

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

@ -322,6 +322,8 @@
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