|
|
@ -662,6 +662,10 @@ public class UdiRelevanceController extends BaseController {
|
|
|
|
return ResultVOUtils.error(ResultEnum.PARAM_VERIFY_FALL, bindingResult.getFieldError().getDefaultMessage());
|
|
|
|
return ResultVOUtils.error(ResultEnum.PARAM_VERIFY_FALL, bindingResult.getFieldError().getDefaultMessage());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
boolean falg = udiProductService.updateUdiInfoById(udiProductEntity);
|
|
|
|
boolean falg = udiProductService.updateUdiInfoById(udiProductEntity);
|
|
|
|
|
|
|
|
UdiRelevanceEntity udiRelevanceEntity = new UdiRelevanceEntity();
|
|
|
|
|
|
|
|
udiRelevanceEntity.setId(udiProductEntity.getUid());
|
|
|
|
|
|
|
|
udiRelevanceEntity.setGroupBuy(udiProductEntity.isGroupBuy());
|
|
|
|
|
|
|
|
boolean b = udiRelevanceService.updateUdiRelevance(udiRelevanceEntity);
|
|
|
|
if (udiProductEntity.getRelSupId() != null) {
|
|
|
|
if (udiProductEntity.getRelSupId() != null) {
|
|
|
|
UdiRlSupEntity udiRlSupEntity = new UdiRlSupEntity();
|
|
|
|
UdiRlSupEntity udiRlSupEntity = new UdiRlSupEntity();
|
|
|
|
udiRlSupEntity.setUpdateTime(new Date());
|
|
|
|
udiRlSupEntity.setUpdateTime(new Date());
|
|
|
|