|
@ -126,7 +126,7 @@ public class BsSgcJsjdBuiAttendanceInformationController extends BaseController |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Log(title = "农民工人员考勤信息导入", businessType = BusinessType.EXPORT) |
|
|
@Log(title = "农民工人员考勤信息导入", businessType = BusinessType.EXPORT) |
|
|
@GetMapping("/importData") |
|
|
@PostMapping("/importData") |
|
|
@ApiOperation("农民工人员考勤信息导入") |
|
|
@ApiOperation("农民工人员考勤信息导入") |
|
|
@Transactional |
|
|
@Transactional |
|
|
public AjaxResult importData(@RequestParam(value = "file") MultipartFile file, |
|
|
public AjaxResult importData(@RequestParam(value = "file") MultipartFile file, |
|
|