Преглед изворни кода

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

release_toaliyun_real
gongbiao пре 6 година
родитељ
комит
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>


Loading…
Откажи
Сачувај