@@ -19,7 +19,7 @@ import io.swagger.annotations.Api;
@Controller
@Api(value = "sap打卡接口")
@RequestMapping(value = "/sapReport")
-public class SapReportAuthController extends BaseController {
+public class SapReportController extends BaseController {
@Autowired
private SapOrgService sapOrgService;
@@ -50,6 +50,7 @@
/API/* = anon
/task/* = anon
/report/* = anon
+ /sapReport/* = anon
/messageUser/* = anon
/**html=anon
/*/api-docs=anon