Browse Source

/、.optimize

release_toaliyun_real
xhxu 4 years ago
parent
commit
300d87d14d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java View File

@@ -353,7 +353,7 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService {
@Override
public List<WxCouponChannelVo> newfindListVo(WxCouponChannel wxCouponChannel) {
handleCouponIds(wxCouponChannel);
if(-999L == wxCouponChannel.getId()){
if(wxCouponChannel.getId() != null && wxCouponChannel.getId().equals(-999L)){
return new ArrayList<>();
}
List<WxCouponChannelVo> list = wxCouponChannelMapper.newfindCList(wxCouponChannel);


Loading…
Cancel
Save