Browse Source

来源于小寨子:人房概览/gov/org/house/subuserhouselist按照网格升序

dev
yinzuomei 3 years ago
parent
commit
2963ab7cb6
  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

@ -384,7 +384,7 @@
WHERE del_flag = '0'
and ABANDON_FLAG='0'
AND pid = #{agencyId}
ORDER BY created_time DESC
ORDER BY sort asc,created_time asc
</select>
<select id="selectGridListByIds" resultType="com.epmet.dto.CustomerGridDTO">

Loading…
Cancel
Save