|
@@ -19,7 +19,7 @@ import io.swagger.annotations.Api;
|
|
@Controller
|
|
@Controller
|
|
@Api(value = "sap打卡接口")
|
|
@Api(value = "sap打卡接口")
|
|
@RequestMapping(value = "/sapReport")
|
|
@RequestMapping(value = "/sapReport")
|
|
-public class SapReportAuthController extends BaseController {
|
|
|
|
|
|
+public class SapReportController extends BaseController {
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private SapOrgService sapOrgService;
|
|
private SapOrgService sapOrgService;
|