|
|
|
@ -237,7 +237,7 @@ public class UdiRlSupController extends BaseController {
|
|
|
|
|
udiRelevanceEntity.setLockStatus(1);
|
|
|
|
|
udiRelevanceService.updateUdiRelevance(udiRelevanceEntity);
|
|
|
|
|
UdiProductEntity udiProductEntity = new UdiProductEntity();
|
|
|
|
|
BeanUtils.copyProperties(udiProductEntity, udiInfoExportRequest.getSupplementRequest());
|
|
|
|
|
BeanUtils.copyProperties(udiInfoExportRequest.getSupplementRequest(),udiProductEntity);
|
|
|
|
|
udiProductService.insertUdiInfo(udiProductEntity);
|
|
|
|
|
return ResultVOUtils.success("选入成功!");
|
|
|
|
|
}
|
|
|
|
|