|
|
@@ -261,7 +261,7 @@ namespace HKCardOUT.Logic.Service |
|
|
|
.WhereIF(screen == 0, t => t.Location == "3" || t.Location == "4") |
|
|
|
.WhereIF(screen == 1, t => t.Location == "1" || t.Location == "2") |
|
|
|
.WhereIF(screen == 2, t => t.Location == "5" || t.Location == "6") |
|
|
|
.OrderByDescending(t => t.CreateTime).ToPageList(0, 10); |
|
|
|
.OrderByDescending(t => t.CreateTime).ToPageList(0, 6); |
|
|
|
return data; |
|
|
|
} |
|
|
|
} |
|
|
|