|
|
|
@ -125,6 +125,7 @@ public class CommodityServiceImpl implements CommodityService { |
|
|
|
|
if(commodityCodeModifyLogService.saveCommodityCodeDifferenceBetween2(commodityCodeEntities.get(0), codeEntity, userId) == -1){ |
|
|
|
|
R.error().put(OrderManagementConstant.DATA, "数据未进行修改,无需保存"); |
|
|
|
|
} |
|
|
|
|
codeEntity.setXhfNsrsbh(null); |
|
|
|
|
if(commodityMapper.updateCommodity(codeEntity, shList) <= 0){ |
|
|
|
|
R.error().put(OrderManagementConstant.DATA, "更新物料信息失败,请联系管理员"); |
|
|
|
|
} |
|
|
|
|