Browse Source

Merge branch 'dev'

master
zhaoqifeng 4 years ago
parent
commit
2ce2a81c34
  1. 1
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/org/CustomerGridDao.xml

1
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/org/CustomerGridDao.xml

@ -88,6 +88,7 @@
WHERE
CG.CUSTOMER_ID =#{customerId}
and cg.del_flag='0'
AND cg.SYNC_FLAG = '1'
</select>
<select id="getCustomerStaffGridList" resultType="com.epmet.dto.org.CustomerStaffGridDTO">
SELECT

Loading…
Cancel
Save