Browse Source

/、.optimize

release_toaliyun_real
xhxu 4 years ago
parent
commit
bf43ff880a
1 changed files with 3 additions and 0 deletions
  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 View File

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


Loading…
Cancel
Save