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="sumYesterday" resultMap="BaseResultMap"> select * from t_platform_online where create_date between #{startDate} and #{endDate} </select> </mapper>