dao/src/main/resources/mapper/LightTaskMapper.xml
@@ -9,6 +9,7 @@ <result property="clientId" column="client_id" jdbcType="BIGINT"/> <result property="userId" column="user_id" jdbcType="BIGINT"/> <result property="taskName" column="task_name" jdbcType="VARCHAR"/> <result property="lightAdress" column="light_adress" jdbcType="VARCHAR"/> <result property="pause" column="pause" jdbcType="TINYINT"/> <result property="week" column="week" jdbcType="TINYINT"/> <result property="openOrder" column="open_order" jdbcType="VARCHAR"/>