yinzuomei 3 years ago
parent
commit
ecc2d44161
  1. 4
      epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/IcResiCategoryStatsConfigDao.xml

4
epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/IcResiCategoryStatsConfigDao.xml

@ -36,8 +36,8 @@
b.LEVEL_2 as level2, b.LEVEL_2 as level2,
b.LEVEL_3 as level3, b.LEVEL_3 as level3,
b.WARN, b.WARN,
a.AUTO_MATCHING as , a.AUTO_MATCHING as autoMatching,
a.YLFN_VALUE as a.YLFN_VALUE as ylfnValue
from from
ic_resi_category_stats_config a ic_resi_category_stats_config a
left join ic_resi_category_warn_config b on a.TABLE_NAME = b.TABLE_NAME and a.COLUMN_NAME = b.COLUMN_NAME and b.DEL_FLAG =0 and b.CUSTOMER_ID = #{customerId} left join ic_resi_category_warn_config b on a.TABLE_NAME = b.TABLE_NAME and a.COLUMN_NAME = b.COLUMN_NAME and b.DEL_FLAG =0 and b.CUSTOMER_ID = #{customerId}

Loading…
Cancel
Save