Commit 8b858dd0 by lijingjing

问题优化;

parent 6f5c50db
......@@ -602,11 +602,4 @@ public class ContractSampleController extends ServiceController {
public RestResult<Boolean> batchImport(@RequestPart MultipartFile file) {
return success(contractSampleService.batchImport(file,getAccount()));
}
@ApiOperation(value = "批量导入合同信息", notes = "批量导入合同信息")
@PostMapping("/batch_import")
public RestResult<Boolean> importData(MultipartFile file) {
return success(contractSampleService.batchImport(file, getAccount()));
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment