diff --git a/jeecg-boot-module/jeecg-module-service/src/main/java/org/jeecg/modules/system/controller/CardApplicationCustomersController.java b/jeecg-boot-module/jeecg-module-service/src/main/java/org/jeecg/modules/system/controller/CardApplicationCustomersController.java index f3735e6..208a757 100644 --- a/jeecg-boot-module/jeecg-module-service/src/main/java/org/jeecg/modules/system/controller/CardApplicationCustomersController.java +++ b/jeecg-boot-module/jeecg-module-service/src/main/java/org/jeecg/modules/system/controller/CardApplicationCustomersController.java @@ -47,7 +47,7 @@ */ @Tag(name="办卡客户") @RestController -@RequestMapping("/org/jeecg/modules/system/cardApplicationCustomers") +@RequestMapping("/card/cardApplicationCustomers") @Slf4j public class CardApplicationCustomersController extends JeecgController { @Autowired