Kaynağa Gözat

[修改][会员消费][添加导出功能]

release_toaliyun_real
luozukai 6 yıl önce
ebeveyn
işleme
15952ff4c3
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

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

@@ -510,11 +510,11 @@
and s.`point_type` = #{pointType}
</if>

<if test=" null != shopNumber ">
<if test=" null != shopNumber and '' != shopNumber ">
and s.shop_number = #{shopNumber}
</if>

<if test=" null != building ">
<if test=" null != building and '' != building ">
and b.building_name like concat('%', #{building},'%')
</if>
<if test=" null != sortColumns">order by ${sortColumns}</if>


Yükleniyor…
İptal
Kaydet