|
|
@@ -319,7 +319,7 @@ public class ProductServiceImpl implements ProductService {
|
|
|
List<ProductDetail> productDetails = productDetailDao.findByProductIds(idList);
|
|
|
userUU = SystemSession.getUser().getUserUU();
|
|
|
List<ProductAttachSubmit> productAttachSubmits = productAttachService.findByProductidsAndStatus(idList, Status.UNAUDIT.value());
|
|
|
- List<Long> productIds = productPersonDao.findIdByEnuuAndUserUU(enUU, userUU);
|
|
|
+ List<Long> productIds = productPersonDao.findIdByEnuuAndUserUUAndIds(enUU, userUU, idList);
|
|
|
List<Goods> goodsList = goodsService.findByProductids(idList);
|
|
|
for (V_ProductPrivate product : productList) {
|
|
|
// 设置ERP信息
|