更新工单逻辑

This commit is contained in:
xiaowei.song
2023-11-16 09:28:10 +08:00
parent 09cc50304a
commit 1c6119e17f
3 changed files with 59 additions and 22 deletions

View File

@@ -32,6 +32,7 @@ namespace ZR.Service.mes.pro
return (proWorkplanList, totalCount);
}
public List<ProWorkplan> GetProWorkplanById(string id)
{
return Context.Queryable<ProWorkplan>().Where(it => it.Id == id).ToList();