fuliqi
2024-08-07 7ba8d7ee12e7a3600afe67f3450d3a9a50bc09bb
ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml
@@ -93,4 +93,8 @@
        </where>
    </select>
    <select id="sumOffTime" resultType="java.lang.Integer">
        select sum(today_outline_sed) from t_platform_online
        where create_date between #{startDate} and #{endDate}
    </select>
</mapper>