Explorar el Código

[浮层广告][修改][列表查询]

release_toaliyun_real
gongbiao hace 6 años
padre
commit
223aa36381
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. +5
    -5
      mallinkService/src/main/resources/mapper/WxFloatingLayerMapper.xml

+ 5
- 5
mallinkService/src/main/resources/mapper/WxFloatingLayerMapper.xml Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar