|
|
@@ -889,7 +889,7 @@ public class SeekPurchaseBomServiceImpl implements SeekPurchaseBomService {
|
|
|
try {
|
|
|
List<Product> products = new ArrayList<>();
|
|
|
//判断传入参数是否为空
|
|
|
- if (!CollectionUtils.isEmpty(newProducts)) {
|
|
|
+ if (CollectionUtils.isEmpty(newProducts)) {
|
|
|
map.put("success", false);
|
|
|
map.put("message", "参数为空");
|
|
|
}
|