去掉不要的

This commit is contained in:
tongfei
2024-04-13 11:30:47 +08:00
parent 250d2c5369
commit 97deca1c95
4 changed files with 0 additions and 44 deletions

View File

@@ -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();
}
}
}