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