Browse Source

SQL错误

dev_shibei_match
jianjun 5 years ago
parent
commit
2bd631f14a
  1. 2
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/extract/FactOriginProjectLogDailyDao.xml

2
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/extract/FactOriginProjectLogDailyDao.xml

@ -8,7 +8,7 @@
WHERE
CUSTOMER_ID = #{customerId}
<if test='null != date and "" != date'>
DATE_ID = #{date}
AND DATE_ID = #{date}
</if>
</delete>

Loading…
Cancel
Save