fix:bug修复

This commit is contained in:
2025-12-23 20:49:08 +08:00
parent 1b81e8626f
commit 54f1b19219

View File

@@ -829,6 +829,8 @@ public class SimulationRunServiceImpl extends ServiceImpl<SimulationRunMapper, S
// 上传新文件
UploadFilesReq filesReq = new UploadFilesReq();
BeanUtils.copyProperties(req, filesReq);
filesReq.setUuid(null);
filesReq.setDirId(req.getDirId());
SdmResponse response = uploadKeyResultFiles(filesReq);
if (response.isSuccess() && response.getData() != null) {
JSONObject result = JSONObject.from(response.getData());