Browse Source

Merge branch 'dev_screen_data_2.0' into dev_temp

dev_shibei_match
wangchao 5 years ago
parent
commit
5a314afe6e
  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

@ -155,7 +155,7 @@
</foreach> </foreach>
</if> </if>
<if test='null != dimId and "" != dimId.trim()'> <if test='null != dimId and "" != dimId.trim()'>
MONTH_ID <![CDATA[>=]]> #{dimId} AND MONTH_ID <![CDATA[>=]]> #{dimId}
</if> </if>
GROUP BY AGENCY_ID GROUP BY AGENCY_ID
</select> </select>

Loading…
Cancel
Save