|
|
|
@ -213,6 +213,16 @@ public class UdiInfoController {
|
|
|
|
|
return ResultVOUtils.success(pageSimpleResponse);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
|
@GetMapping("/udiwms/basic/findByCode")
|
|
|
|
|
public BaseResponse findByCode(FilterUdiInfoRequest filterUdiInfoRequest) {
|
|
|
|
|
|
|
|
|
|
UdiEntity udiEntity = FilterUdiUtils.getUdi(filterUdiInfoRequest.getUdiCode());
|
|
|
|
|
UdiInfoEntity udiInfoEntity
|
|
|
|
|
= udiInfoService.findByNameCode(udiEntity.getUdi());
|
|
|
|
|
return ResultVOUtils.success(udiInfoEntity);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 新增第三方产品信息
|
|
|
|
|
*
|
|
|
|
|