@@ -123,7 +123,7 @@ public class SgTimeSheetController {
*
* @return R
*/
- @PostMapping("/excle" )
+ @PostMapping("/excel" )
@ApiOperation(value = "excel上传考勤数据")
public R uploadExcel(@RequestParam("file") MultipartFile file) throws IOException {