|
@@ -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;
|
|
|
}
|