|
@ -765,7 +765,7 @@ namespace WY.NewJit.PrintTable |
|
|
try |
|
|
try |
|
|
{ |
|
|
{ |
|
|
PagedResultDto<WaitPrintDto> ret = new PagedResultDto<WaitPrintDto>(); |
|
|
PagedResultDto<WaitPrintDto> ret = new PagedResultDto<WaitPrintDto>(); |
|
|
if (input.BusinessType == BusinessTypeEnum.MenBan) |
|
|
if (input.BusinessType == BusinessTypeEnum.MenBan|| input.BusinessType == BusinessTypeEnum.OtherZhuHuBan || input.BusinessType == BusinessTypeEnum.ZhuHuBan) |
|
|
{ |
|
|
{ |
|
|
ret = await QueryByConditionAsync(input, (PagedAndSortedBase)input); |
|
|
ret = await QueryByConditionAsync(input, (PagedAndSortedBase)input); |
|
|
//}
|
|
|
//}
|
|
|