Przeglądaj źródła

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

release_toaliyun_real
gongbiao 6 lat temu
rodzic
commit
892a7ba2f7
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      mallinkService/src/main/resources/mapper/WxFloatingLayerMapper.xml

+ 3
- 3
mallinkService/src/main/resources/mapper/WxFloatingLayerMapper.xml Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz