Browse Source

bug

dev_shibei_match
zxc 4 years ago
parent
commit
a0488b8259
  1. 4
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenProjectCategoryOrgDailyDao.xml

4
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenProjectCategoryOrgDailyDao.xml

@ -92,13 +92,13 @@
LEFT JOIN screen_customer_agency sca ON sca.AGENCY_ID = od.PID
WHERE 1=1
AND od.DEL_FLAG = '0'
AND od.ORG_ID IN (
AND od.PID IN (
<foreach collection="orgIds" item="orgId" separator=",">
#{orgId}
</foreach>
)
AND od.date_id = #{dateId}
GROUP BY od.CATEGORY_CODE,od.pid
GROUP BY od.CATEGORY_CODE
</select>
</mapper>
Loading…
Cancel
Save