| | |
| | | <result property="startDate" column="start_date" jdbcType="VARCHAR"/> |
| | | <result property="endDate" column="end_date" jdbcType="VARCHAR"/> |
| | | <result property="status" column="status" jdbcType="INTEGER"/> |
| | | <result property="weekDays" column="week_days" typeHandler="com.sandu.common.mybatis.JsonStringArrayTypeHandler"/> |
| | | <result property="weekDays" column="week_days" |
| | | typeHandler="com.sandu.common.mybatis.JsonStringArrayTypeHandler"/> |
| | | <result property="startTime" column="start_time" jdbcType="VARCHAR"/> |
| | | <result property="endTime" column="end_time" jdbcType="VARCHAR"/> |
| | | <result property="schedule" column="schedule" jdbcType="VARCHAR"/> |
| | |
| | | <select id="pushToLed" resultType="com.sandu.ximon.dao.domain.PushToLed" parameterType="java.lang.Long"> |
| | | SELECT |
| | | t1.SCHEDULE, |
| | | t1.volume, |
| | | t2.pages |
| | | FROM |
| | | play_plan_nv t1 |