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