fix:专检

This commit is contained in:
geh
2025-03-07 16:30:12 +08:00
parent 9c4bc2154d
commit dd40ebf822
13 changed files with 3155 additions and 6 deletions
@@ -40,7 +40,9 @@ namespace WebAPI.Controllers.HSSE
var responeData = new Model.ResponeData();
try
{
responeData.data = AwardStandardsService.GetAwardStandardsListById(AwardStandardsId);
var data = AwardStandardsService.GetAwardStandardsListById(AwardStandardsId);
data.AttachUrl = BLL.AttachFileService.getFileUrl(data.AwardStandardsId);
responeData.data = data;
}
catch (Exception ex)
{