必填参数
This commit is contained in:
@@ -111,6 +111,7 @@ namespace WMS.Web.Repositories
|
||||
if (dto.CreateEndDate != null)
|
||||
query = query.Where(w => w.order.CreateTime <= dto.CreateEndDate.Value);
|
||||
|
||||
var tt= _singleDataService.GetSingleData(SingleAction.StocksJoinOrgCode, _loginRepositories.CompanyId, "CK003" + "101");
|
||||
|
||||
int total = await query.CountAsync();
|
||||
var list = await query.Select(s => new InStockQueryResponse()
|
||||
|
||||
Reference in New Issue
Block a user