feat: 完善材料条码与焊接业务功能
This commit is contained in:
@@ -33,6 +33,7 @@ namespace BLL
|
||||
from unit in units.DefaultIfEmpty()
|
||||
join warehouse in Funs.DB.Base_Warehouse on x.WarehouseId equals warehouse.WarehouseId into warehouses
|
||||
from warehouse in warehouses.DefaultIfEmpty()
|
||||
orderby x.CreateDate descending
|
||||
where
|
||||
(string.IsNullOrEmpty(table.Id) || x.Id.Contains(table.Id)) &&
|
||||
(string.IsNullOrEmpty(table.InOutPlanMasterId) || x.InOutPlanMasterId.Contains(table.InOutPlanMasterId)) &&
|
||||
|
||||
Reference in New Issue
Block a user