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

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

@ -65,11 +65,6 @@
od.CUSTOMER_ID = #{id}
</foreach>
)
AND (
<foreach collection="customerIds" item="id" separator=" OR ">
cd.CUSTOMER_ID = #{id}
</foreach>
)
<if test="existsStatus == true">
AND cd.EPMET_CATEGORY_CODE IS NOT NULL
</if>

Loading…
Cancel
Save