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