|
|
@ -784,8 +784,9 @@ namespace WY.NewJit.PrintTable |
|
|
|
{ |
|
|
|
PagedResultDto<WaitPrintDto> ret = new PagedResultDto<WaitPrintDto>(); |
|
|
|
if (input.BusinessType == BusinessTypeEnum.MenBan |
|
|
|
|| input.BusinessType == BusinessTypeEnum.OtherZhuHuBan |
|
|
|
|| input.BusinessType == BusinessTypeEnum.AC_ZhuHuBan) |
|
|
|
//|| input.BusinessType == BusinessTypeEnum.OtherZhuHuBan
|
|
|
|
//|| input.BusinessType == BusinessTypeEnum.AC_ZhuHuBan
|
|
|
|
) |
|
|
|
{ |
|
|
|
ret = await QueryByConditionAsync(input, (PagedAndSortedBase)input); |
|
|
|
|
|
|
@ -1263,8 +1264,9 @@ namespace WY.NewJit.PrintTable |
|
|
|
PagedResultDto<WaitPrintDto> query = new PagedResultDto<WaitPrintDto>(); |
|
|
|
|
|
|
|
if (input.BusinessType == BusinessTypeEnum.MenBan |
|
|
|
|| input.BusinessType == BusinessTypeEnum.OtherZhuHuBan |
|
|
|
|| input.BusinessType == BusinessTypeEnum.AC_ZhuHuBan) |
|
|
|
//|| input.BusinessType == BusinessTypeEnum.OtherZhuHuBan
|
|
|
|
//|| input.BusinessType == BusinessTypeEnum.AC_ZhuHuBan
|
|
|
|
) |
|
|
|
{ |
|
|
|
input.MaxResultCount = 50000; |
|
|
|
query = await QueryByConditionAsync(input, (PagedAndSortedBase)input); |
|
|
|