Selaa lähdekoodia

加入数据导入框架

wuxw 2 vuotta sitten
vanhempi
commit
1a73318f6a

+ 1 - 1
java110-db/src/main/resources/mapper/report/BaseDataStatisticsServiceDaoImplMapper.xml

@@ -542,7 +542,7 @@
         and t.cur_month_time >=#{startTime}
         and t.cur_month_time < #{endTIme}
         ) a
-        group by a.obj_id,a.cur_month_time
+        group by a.obj_id,a.cur_month_time,a.config_id
     </select>
 
 </mapper>