报警响应
This commit is contained in:
@@ -123,7 +123,6 @@ namespace ZR.Service.mes.andon
|
||||
|
||||
public ApiResult AlarmResponse(AndonAlarmRecordDto parm)
|
||||
{
|
||||
return null;
|
||||
//try
|
||||
//{
|
||||
// var response = new ApiResult();
|
||||
@@ -232,7 +231,7 @@ namespace ZR.Service.mes.andon
|
||||
{
|
||||
return ApiResult.Error(500, "参数不能为空");
|
||||
}
|
||||
if (parm.Status == "及时响应" || parm.Status == "超时响应")
|
||||
if (parm.Status == "已响应")
|
||||
{
|
||||
var record = Queryable()
|
||||
.Where(x => x.Id == parm.Id)
|
||||
|
||||
Reference in New Issue
Block a user