xiangpei
2024-08-24 25c0f523fccd89da32077f8f9b3da2a0d2502de2
ycl-server/src/main/resources/mapper/zgyw/PlatformOnlineMapper.xml
@@ -12,12 +12,6 @@
        <result column="create_time" property="createTime" />
    </resultMap>
    <select id="getById" resultMap="BaseResultMap">
        SELECT
            TPO.platform_name,
@@ -52,4 +46,9 @@
            </if>
    </select>
    <select id="yesterdayData" resultMap="BaseResultMap">
        select * from t_platform_online
        where create_date between #{startDate} and #{endDate}
    </select>
</mapper>