smart-man-boot/src/main/java/com/qianwen/smartman/modules/cps/controller/CalendarController.java
@@ -38,8 +38,8 @@ import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; @ApiResource({"blade-cps/calendar"}) @Api(value = "生产日历controller", tags = {"生产日历controller"}) @ApiResource({"smis/calendar"}) @Api(value = "生产日历", tags = {"生产日历"}) @RestController public class CalendarController extends BladeController { private final ICalendarService calendarService;