zhanghua
2023-03-17 680ead20fbd8c2e2eb7665e493d7ede20061ac7b
ycl-platform/src/main/resources/mapper/allot/EfficiencyMapper.xml
@@ -44,4 +44,8 @@
        GROUP BY
            t4.id,DATE_FORMAT(alarm_time,'%Y-%m')
    </select>
    <select id="getSmokeCustomer" resultType="java.lang.Long">
        select count(1) total from ums_ods_customer
    </select>
</mapper>