gongfuzhu преди 11 месеца
родител
ревизия
49d9e88510

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

@@ -119,7 +119,7 @@ public class DfyTicketController {
     @ApiOperation(" 同步景区信息")
     @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform)
     @RequestMapping(value = "sync", method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE)
-    void tuiPiao() {
+    void sync() {
         dfyTicketService.sync();
     }