Kaynağa Gözat

sql

release_toaliyun_real
xhxu 5 yıl önce
ebeveyn
işleme
495a0c529f
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxMallMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxMallMapper.xml Dosyayı Görüntüle

@@ -49,7 +49,7 @@
</sql>

<sql id="dynamicWhereConditions">
where id &gt; 1
where 1=1

<if test=" null != id ">
and `id` = #{id}
@@ -148,6 +148,7 @@
<include refid="allColumns"/>
from wx_mall
<include refid="dynamicWhereConditions"/>
and id &gt; 1
</select>




Yükleniyor…
İptal
Kaydet