异常开始结束带代码提交
This commit is contained in:
@@ -1185,5 +1185,9 @@ namespace Tnb.ProductionMgr
|
||||
|
||||
}
|
||||
|
||||
public async Task<List<PrdMoTask>> GetListByEqpId(string eqpId)
|
||||
{
|
||||
return await _db.Queryable<PrdMoTask>().Where(it => it.eqp_id == eqpId && it.mo_task_status == DictConst.InProgressEnCode).ToListAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user