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

Loading…
Cancel
Save