Browse Source

Shujuu

dev_kxc
ljf 1 year ago
parent
commit
e7b2aa2da2
  1. 2
      jwtech-system/src/main/java/com/kms/build/controller/BsSgcJsjdBuiAttendanceInformationController.java

2
jwtech-system/src/main/java/com/kms/build/controller/BsSgcJsjdBuiAttendanceInformationController.java

@ -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,

Loading…
Cancel
Save