fuliqi
2024-08-09 4e037b693a4cae416dcf00777d2b0c4f7dc6c33b
ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml
@@ -92,9 +92,4 @@
            </if>
        </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>