Browse Source

/gov/org/grid/gridlist平阴通讯录-网格列表

master
yinzuomei 4 years ago
parent
commit
d07c40289b
  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

@ -289,6 +289,7 @@
CUSTOMER_GRID
WHERE
DEL_FLAG = '0'
and ABANDON_FLAG='0'
AND
PID = #{agencyId}
</select>
@ -308,6 +309,7 @@
CUSTOMER_GRID
<where>
DEL_FLAG = '0'
AND ABANDON_FLAG='0'
AND PID = #{agencyId}
ORDER BY CREATED_TIME DESC
<if test="null != pageSize and pageSize > 0">

Loading…
Cancel
Save