数据处理代码

This commit is contained in:
shuo.wang
2025-05-29 15:05:58 +08:00
parent a6cf42840d
commit 2273366423

View File

@@ -130,7 +130,7 @@ public class DataHandlerController {
}
@PostMapping("/dataHandlerV2025029")
@ApiOperation("导入OA2025029旧数据")
@ApiOperation("/处理测量 设计 施工 验收 完成")
public ResponseResult<Boolean> dataHandlerV2025029(MultipartFile file) {
ExcelReader reader = null;
try {