修改舒文,牌位预览列印
This commit is contained in:
@@ -59,6 +59,18 @@ public class guadanStatisticsTableController: ApiController
|
||||
? g.Count(x => x.GuaDanOrderGuest.RegionRoomBedStatus.Code == "402"
|
||||
|| x.GuaDanOrderGuest.RegionRoomBedStatus.Code == "403")
|
||||
: 0,
|
||||
checkinfemale = g.Key <= DateTime.Today
|
||||
? g.Count(x => (x.GuaDanOrderGuest.RegionRoomBedStatus.Code == "402"
|
||||
|| x.GuaDanOrderGuest.RegionRoomBedStatus.Code == "403")
|
||||
&& x.GuaDanOrderGuest.followers.sex == "女眾")
|
||||
: 0,
|
||||
checkinmale = g.Key <= DateTime.Today
|
||||
? g.Count(x => (x.GuaDanOrderGuest.RegionRoomBedStatus.Code == "402"
|
||||
|| x.GuaDanOrderGuest.RegionRoomBedStatus.Code == "403")
|
||||
&& x.GuaDanOrderGuest.followers.sex == "男眾")
|
||||
: 0,
|
||||
bookfemale = g.Count(x => x.GuaDanOrderGuest.followers.sex == "女眾"),
|
||||
bookmale = g.Count(x => x.GuaDanOrderGuest.followers.sex == "男眾")
|
||||
})
|
||||
.OrderBy(x => x.date)
|
||||
.ToList();
|
||||
|
||||
Reference in New Issue
Block a user