Przeglądaj źródła

/、.optimize

release_toaliyun_real
xhxu 4 lat temu
rodzic
commit
300d87d14d
1 zmienionych plików z 1 dodań i 1 usunięć
  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 Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz