java110-db/src/main/resources/mapper/report/BaseDataStatisticsServiceDaoImplMapper.xml
@@ -465,7 +465,7 @@ and t.status_cd = '0' and t.create_time > #{startTime} and t.create_time < #{endTime} and t.community_id = #{communityId} and t.store_id = #{storeId} group by DATE_FORMAT(t.create_time,'%Y-%m-%d') </select>