Kaynağa Gözat

/、.optimize

release_toaliyun_real
xhxu 4 yıl önce
ebeveyn
işleme
bf43ff880a
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java Dosyayı Görüntüle

@@ -315,6 +315,9 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService {
return null;
}
cids.retainAll(mcids);
if(cids.isEmpty()){
return null;
}
wxCouponChannel.setCouponIds(cids);

List<WxCouponChannelVo> list = wxCouponChannelMapper.newfindCList(wxCouponChannel);


Yükleniyor…
İptal
Kaydet