wuxw
2023-11-01 4d2fa5cfdf2ea9932fdbc87b3f4b63bcdf9a74f9
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>