Procházet zdrojové kódy

修改bug

release_toaliyun_real
lrh před 2 roky
rodič
revize
8faa482761
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml Zobrazit soubor

@@ -459,7 +459,8 @@
<select id="getMerchantListByIds" resultType="com.iformall.domain.po.WxMerchant">
select <include refid="allColumns"/>
from wx_merchant m
where m.is_del=0 and m.is_admin=4
where m.is_del=0
<!-- and m.is_admin=0 -->
<if test="relationIds != null and relationIds.size > 0">
and m.id in
<foreach collection="relationIds" index="index" item="idItem" open="(" separator="," close=")">


Načítá se…
Zrušit
Uložit