Explorar el Código

修改bug

release_toaliyun_real
lrh hace 2 años
padre
commit
8faa482761
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml Ver fichero

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


Cargando…
Cancelar
Guardar