|
|
@ -133,9 +133,9 @@ public class BsSgcJsjdBuiSectionInfoController extends BaseController |
|
|
|
return util.exportExcel(new ArrayList<>(),"标段基本信息入模板"); |
|
|
|
} |
|
|
|
|
|
|
|
@Log(title = "农民工花名册信息导入", businessType = BusinessType.EXPORT) |
|
|
|
@Log(title = "标段基本信息导入", businessType = BusinessType.EXPORT) |
|
|
|
@PostMapping("/importData") |
|
|
|
@ApiOperation("农民工花名册信息导入") |
|
|
|
@ApiOperation("标段基本信息导入") |
|
|
|
@Transactional |
|
|
|
public AjaxResult importData(@RequestParam(value = "file") MultipartFile file, |
|
|
|
@RequestParam(value = "proCode") String proCode, |
|
|
|