获取工单下的报工列表
This commit is contained in:
@@ -56,6 +56,11 @@ public class ReportFlowService : BaseService<ProReportwork01>, IReportFlowServic
|
||||
}
|
||||
return result>0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public List<ProReportwork01> GetWorkOrderReportWorkList(string workorder)
|
||||
{
|
||||
return Context.Queryable<ProReportwork01>().Where(x => x.Workorder == workorder).ToList();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user