|
|
|
@ -114,7 +114,7 @@ public class CommodityServiceImpl implements CommodityService { |
|
|
|
|
if(StringUtils.isBlank(id) && ObjectUtil.isNotEmpty(commodityCodeEntities)){ |
|
|
|
|
return R.error().put(OrderManagementConstant.DATA, "新增物料信息已存在,请检查"); |
|
|
|
|
} |
|
|
|
|
if (ObjectUtil.isNotEmpty(commodityCodeEntities)) { |
|
|
|
|
if (StringUtils.isNotBlank(id) && ObjectUtil.isNotEmpty(commodityCodeEntities)) { |
|
|
|
|
log.debug("修改操作 id = {}", id); |
|
|
|
|
if (StringUtils.isNotEmpty(codeEntity.getSpbm())) { |
|
|
|
|
//已匹配
|
|
|
|
|