fix:修改

This commit is contained in:
geh
2025-04-17 11:38:17 +08:00
parent 3768e3788e
commit 7c301ceb72
18 changed files with 622 additions and 43 deletions
@@ -51,7 +51,7 @@ namespace WebAPI.Controllers.HSSE
}
}
responeData.data = new { getData };
responeData.data = new { getData = getData, person = person };
}
catch (Exception ex)
{