dao/src/main/resources/mapper/LightTaskMapper.xml
@@ -7,6 +7,7 @@ <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.LightTask"> <id property="taskId" column="task_id" jdbcType="BIGINT"/> <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="pause" column="pause" jdbcType="TINYINT"/> <result property="week" column="week" jdbcType="TINYINT"/>