|
|
|
@ -89,6 +89,7 @@ public class UdiRlSupController extends BaseController {
|
|
|
|
|
@Resource
|
|
|
|
|
private ErpBasicClient erpBasicClient;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
|
@GetMapping("/sale/info/company/product/relevance/filter")
|
|
|
|
|
public BaseResponse filterCompanyProductRelevance(CompanyProductRelevanceRequest companyProductRelevanceRequest,
|
|
|
|
@ -367,6 +368,7 @@ public class UdiRlSupController extends BaseController {
|
|
|
|
|
BeanUtil.copyProperties(udiInfoExportRequest.getSupplementRequest(), udiProductEntity);
|
|
|
|
|
//处理是否需要扫码字段
|
|
|
|
|
classifyCodeService.updateRequireScanCode(udiProductEntity);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
udiProductEntity.setUpdateTime(new Date());
|
|
|
|
|
UdiRelevanceEntity udiRelevanceEntity1 = udiRelevanceService.selectById(Long.valueOf(rlidStr));
|
|
|
|
@ -386,7 +388,7 @@ public class UdiRlSupController extends BaseController {
|
|
|
|
|
udiProductService.insertUdiInfo(udiProductEntity);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
udiProductService.updateLevelCount(udiRelevanceEntity);
|
|
|
|
|
return ResultVOUtils.success("选入成功!");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|