Sfoglia il codice sorgente

修改bug

release_toaliyun_real
lrh 2 anni fa
parent
commit
8faa482761
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml Vedi File

@@ -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=")">


Caricamento…
Annulla
Salva