|
|
@@ -110,16 +110,6 @@ public class KwpWantBuyService {
|
|
|
.collect(Collectors.toList());
|
|
|
}
|
|
|
|
|
|
-// private List<Long> setWantBuyTradings(WantBuySelectParam wantBuySelectParam) {
|
|
|
-// List<String> stringList = Arrays.asList(wantBuySelectParam.getTrading().split(","));
|
|
|
-// LambdaQueryWrapper<KwoWantBuyTrading> wrapper = new LambdaQueryWrapper<>();
|
|
|
-// wrapper.in(KwoWantBuyTrading::getTrading, stringList);
|
|
|
-// List<KwoWantBuyTrading> wantBuyTradings = kwpWantBuyTradingMapper.selectList(wrapper);
|
|
|
-// //从上面的集合拿出所有tranding循环拼接成一个List<String>集合
|
|
|
-// return wantBuyTradings.stream().map(KwoWantBuyTrading::getWantBuyId).distinct().collect(Collectors.toList());
|
|
|
-//
|
|
|
-// }
|
|
|
-
|
|
|
|
|
|
/**
|
|
|
* @Desc 求购草稿新增
|