| @@ -5,9 +5,9 @@ | |||||
| <id column="id" jdbcType="BIGINT" property="id"/> | <id column="id" jdbcType="BIGINT" property="id"/> | ||||
| <result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/> | <result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/> | ||||
| <result column="cover_img" jdbcType="VARCHAR" property="coverImg"/> | <result column="cover_img" jdbcType="VARCHAR" property="coverImg"/> | ||||
| <result column="produce_id" jdbcType="VARCHAR" property="produceId"/> | |||||
| <result column="produce_id" jdbcType="BIGINT" property="produceId"/> | |||||
| <result column="page_path" jdbcType="VARCHAR" property="pagePath"/> | <result column="page_path" jdbcType="VARCHAR" property="pagePath"/> | ||||
| <result column="status" jdbcType="VARCHAR" property="status"/> | |||||
| <result column="status" jdbcType="INTEGER" property="status"/> | |||||
| <result column="create_time" jdbcType="TIMESTAMP" property="createTime"/> | <result column="create_time" jdbcType="TIMESTAMP" property="createTime"/> | ||||
| <result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/> | <result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/> | ||||
| @@ -58,16 +58,16 @@ | |||||
| <id column="id" jdbcType="BIGINT" property="id"/> | <id column="id" jdbcType="BIGINT" property="id"/> | ||||
| <result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/> | <result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/> | ||||
| <result column="cover_img" jdbcType="VARCHAR" property="coverImg"/> | <result column="cover_img" jdbcType="VARCHAR" property="coverImg"/> | ||||
| <result column="produce_id" jdbcType="VARCHAR" property="produceId"/> | |||||
| <result column="produce_id" jdbcType="BIGINT" property="produceId"/> | |||||
| <result column="page_path" jdbcType="VARCHAR" property="pagePath"/> | <result column="page_path" jdbcType="VARCHAR" property="pagePath"/> | ||||
| <result column="status" jdbcType="VARCHAR" property="status"/> | |||||
| <result column="status" jdbcType="INTEGER" property="status"/> | |||||
| <result column="create_time" jdbcType="TIMESTAMP" property="createTime"/> | <result column="create_time" jdbcType="TIMESTAMP" property="createTime"/> | ||||
| <result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/> | <result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/> | ||||
| <result column="title" jdbcType="VARCHAR" property="title"/> | <result column="title" jdbcType="VARCHAR" property="title"/> | ||||
| </resultMap> | </resultMap> | ||||
| <sql id="dynamicWhereConditionsVO"> | <sql id="dynamicWhereConditionsVO"> | ||||
| where 1=1 | |||||
| <if test=" null != id "> | <if test=" null != id "> | ||||
| and fl.`id` = #{id} | and fl.`id` = #{id} | ||||
| </if> | </if> | ||||