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

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

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

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

@@ -44,7 +44,7 @@
<sql id="allColumnsVO">
fl.`id` as id, fl.`tenant_id` , fl.`cover_img` , fl.`produce_id`,
fl.`page_path` , fl.`status`, fl.`create_time` as create_time, fl.`update_time`,
c.title
cc.title
</sql>
<select id="findList" parameterType="com.iformall.domain.po.WxFloatingLayer" resultMap="BaseResultMap">
@@ -92,8 +92,8 @@
<select id="findListVO" parameterType="com.iformall.domain.po.WxFloatingLayer" resultMap="resultListVO">
select
<include refid="allColumnsVO"/>
from wx_floating_layer fl left join wx_coupon c on fl.produce_id=c.id
where c.status = 0
from wx_floating_layer fl left join wx_coupon_channel cc on fl.produce_id=cc.id
where cc.status = 0
<include refid="dynamicWhereConditionsVO"/>
</select>


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