fix:专检
This commit is contained in:
@@ -39,7 +39,9 @@ namespace WebAPI.Controllers.HSSE
|
||||
var responeData = new Model.ResponeData();
|
||||
try
|
||||
{
|
||||
responeData.data = ProtectionStandardsService.GetProtectionStandardsListById(ProtectionStandardsId);
|
||||
var data = ProtectionStandardsService.GetProtectionStandardsListById(ProtectionStandardsId);
|
||||
data.AttachUrl = BLL.AttachFileService.getFileUrl(data.ProtectionStandardsId);
|
||||
responeData.data = data;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user