|
|
|
@ -662,7 +662,7 @@ public class CommodityServiceImpl implements CommodityService { |
|
|
|
|
commodityCodeEntity.setModifyTime(new Date()); |
|
|
|
|
commodityCodeEntity.setModifyUserId(userInfoService.getUser() != null && userInfoService.getUser().getUserId() != null ? userInfoService.getUser().getUserId().toString():""); |
|
|
|
|
if (commodityCodeEntity != null){ |
|
|
|
|
commodityMapper.updateCommodityByZxbm(commodityCodeEntity, map); |
|
|
|
|
// commodityMapper.updateCommodityByZxbm(commodityCodeEntity, map);
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|