xiangpei
2024-08-21 4a4692342a4ba22283d5e580d15b645f3be65da0
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>