gongfuzhu 1 年之前
父节点
当前提交
c2c0219cae

+ 1 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/controller/manager/XiaoJuManagerController.groovy

@@ -11,6 +11,6 @@ import org.springframework.web.bind.annotation.RestController
 class XiaoJuManagerController {
 
     @Autowired
-    @Delegate(methodAnnotations = true, parameterAnnotations = true, includeTypes = OrderService.class, interfaces = false)
+    @Delegate(methodAnnotations = true, parameterAnnotations = true, includeTypes = XiaoJuService.class, interfaces = false)
     private XiaoJuService orderService;
 }