去掉不要的
This commit is contained in:
@@ -823,14 +823,5 @@ namespace WMS.Web.Repositories
|
||||
|
||||
return (list, total);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 获取明细
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public async Task<List<InStockTaskDetails>> GetNotSendErpDetails()
|
||||
{
|
||||
return await _context.InStockTaskDetails.Where(x => x.AccruedQty != 0 && x.IsHasSend != null && x.IsHasSend == false && !string.IsNullOrEmpty(x.SaleBillNo) && !string.IsNullOrEmpty(x.CustomerCode)).ToListAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user