更改 工单删除逻辑
This commit is contained in:
@@ -60,6 +60,11 @@ namespace ZR.Service.mes.pro
|
||||
return Context.Queryable<ProWorkorder>().Where(it => it.FkProPlanId == id).ToList();
|
||||
}
|
||||
|
||||
public List<ProWorkorder> GetWorkorderListById(string id)
|
||||
{
|
||||
return Context.Queryable<ProWorkorder>().Where(it => it.Id == id).ToList();
|
||||
}
|
||||
|
||||
public int AddWorkorder(ProWorkorder proWorkorder)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user