Просмотр исходного кода

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

release_toaliyun_real
gongbiao 6 лет назад
Родитель
Сommit
223aa36381
1 измененных файлов: 5 добавлений и 5 удалений
  1. +5
    -5
      mallinkService/src/main/resources/mapper/WxFloatingLayerMapper.xml

+ 5
- 5
mallinkService/src/main/resources/mapper/WxFloatingLayerMapper.xml Просмотреть файл

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


Загрузка…
Отмена
Сохранить