|
|
|
@ -240,7 +240,7 @@ public class SeaExportService : ISeaExportService
|
|
|
|
|
it.ARCheckStatus = feeStatus.IsNull() ? 0 : feeStatus.ARCheckStatus;
|
|
|
|
|
it.IsFeeLocking = feeStatus.IsNull() ? false : feeStatus.IsFeeLocking;
|
|
|
|
|
it.IsBusinessLocking = feeStatus.IsNull() ? false : feeStatus.IsBusinessLocking;
|
|
|
|
|
it.BillFeeStatus = feeStatus.IsNull() ? 0 : feeStatus.BillFeeStatus;
|
|
|
|
|
it.BillFeeStatus = feeStatus.IsNull() ? 0 : feeStatus.BillAuditStatus;
|
|
|
|
|
it.BillFeeStatusTime = feeStatus.IsNull() ? null : feeStatus.BillFeeStatusTime;
|
|
|
|
|
}
|
|
|
|
|
).ToQueryPage(request.PageCondition);
|
|
|
|
|