|
|
@@ -2434,7 +2434,7 @@ public class ProductServiceImpl implements ProductService {
|
|
|
return criterionResultMap;
|
|
|
}
|
|
|
}
|
|
|
- Product productInfo = null;
|
|
|
+ Product productInfo = new Product();
|
|
|
CommodityInOutbound inOutbound = null;
|
|
|
// 物料存在,更新
|
|
|
List<V_ProductPrivate> existProducts = v_productPrivateDao.findProductByPcmpcodeAndPbrandenAndEnUU(product.getCmpCode(), product.getBrand(), enUU);
|
|
|
@@ -2706,7 +2706,7 @@ public class ProductServiceImpl implements ProductService {
|
|
|
}
|
|
|
}
|
|
|
if (!StringUtils.isEmpty(errMsg.toString())) {
|
|
|
- throw new IllegalOperatorException("第" + errMsg.toString() + "价格未填写");
|
|
|
+ throw new IllegalOperatorException("第 " + errMsg.toString() + " 行价格未填写");
|
|
|
}
|
|
|
}
|
|
|
if (!StringUtils.isEmpty(goods.getQtyPrice())) {
|