大屏接口修改

master
anthonywj 1 year ago
parent cedcf7354f
commit c71d67f9c6

@ -49,7 +49,7 @@ public class UdiRelController extends BaseController {
ProductInfoService productInfoService;
//获取同步库UDI信息
@AuthRuleAnnotation("")
// @AuthRuleAnnotation("")
@ApiIgnore
@ApiOperation(value = "获取同步库UDI信息", response = BasicUdiRelResponse.class)
@GetMapping("udi/basic/rel/filter")

@ -77,7 +77,7 @@ public class TraceRecordController extends BaseController {
UserCompanyService userCompanyService;
@ApiOperation(value = "追溯查询记录结果", response = TraceRecordResponse.class)
@AuthRuleAnnotation("udi/trace/record/result")
// @AuthRuleAnnotation("udi/trace/record/result")
@GetMapping("udi/trace/record/result")
public BaseResponse getTraceResult(TraceRecordRequest traceRecordRequest) {

Loading…
Cancel
Save