1
This commit is contained in:
@@ -259,6 +259,8 @@ namespace DOAN.Admin.WebApi.Controllers
|
|||||||
|
|
||||||
return SUCCESS(response);
|
return SUCCESS(response);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取检查项绑定的检查表单
|
/// 获取检查项绑定的检查表单
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ namespace DOAN.Model.MES.dev.Dto
|
|||||||
{
|
{
|
||||||
|
|
||||||
//public string taskExecute_id { get; set; }
|
//public string taskExecute_id { get; set; }
|
||||||
[Required(ErrorMessage = "id 雪花不能为空")]
|
|
||||||
public string Id { get; set; }
|
public string Id { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@@ -445,9 +445,6 @@ namespace DOAN.Service.MES.dev
|
|||||||
.Select(it => it.InnerType.Value).First();
|
.Select(it => it.InnerType.Value).First();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
List<DeviceInspect> resul = null;
|
List<DeviceInspect> resul = null;
|
||||||
|
|
||||||
resul = Context
|
resul = Context
|
||||||
|
|||||||
Reference in New Issue
Block a user