测试
This commit is contained in:
@@ -148,6 +148,7 @@ namespace BarCode.Web.Repositories
|
||||
if (dto.CreateEndDate != null)
|
||||
query = query.Where(w => w.order.CreateTime.Date <= dto.CreateEndDate.Value);
|
||||
|
||||
|
||||
int total = await query.CountAsync();
|
||||
var list = await query.Select(s => new BoxMarkQueryResponse()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user