zhanghua
2023-03-16 a683718557e1e706ffcd12ecf326397714ac9475
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>