Browse Source

脑子瓦特了

dev
yinzuomei 4 years ago
parent
commit
f34d32810d
  1. 3
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/org/CustomerGridDao.xml

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

@ -110,8 +110,7 @@
LEFT JOIN customer_agency ca
ON (cg.PID = CA.ID)
WHERE
CG.CUSTOMER_ID =#{customerId}
and cg.id = #{gridId}
cg.id = #{gridId}
</select>
<select id="getCustomerStaffGridList" resultType="com.epmet.dto.org.CustomerStaffGridDTO">

Loading…
Cancel
Save