|
|
|
@ -381,14 +381,14 @@ public class UdiRlSupController extends BaseController {
|
|
|
|
|
byUuid.setYbbm(udiProductEntity.getYbbm());
|
|
|
|
|
byUuid.setManufactory(udiProductEntity.getManufactory());
|
|
|
|
|
byUuid.setUpdateTime(new Date());
|
|
|
|
|
byUuid.setPrice(udiInfoExportRequest.getPrice());
|
|
|
|
|
udiProductService.updateUdiInfo(byUuid);
|
|
|
|
|
} else {
|
|
|
|
|
udiProductEntity.setId(IdUtil.getSnowflakeNextId());
|
|
|
|
|
|
|
|
|
|
byUuid.setPrice(udiInfoExportRequest.getPrice()); udiProductEntity.setId(IdUtil.getSnowflakeNextId());
|
|
|
|
|
udiProductService.insertUdiInfo(udiProductEntity);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
udiProductService.updateLevelCount(udiRelevanceEntity);
|
|
|
|
|
udiProductService.updateLevelCount(udiRelevanceEntity1);
|
|
|
|
|
return ResultVOUtils.success("选入成功!");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|