ソースを参照

/、.optimize

release_toaliyun_real
xhxu 4年前
コミット
bf43ff880a
1個のファイルの変更3行の追加0行の削除
  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 ファイルの表示

@@ -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);


読み込み中…
キャンセル
保存