Browse Source

充值加备注、搜索

gorden 6 months ago
parent
commit
5a5fa767bd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/controller/order/PayDetailController.php

+ 1 - 0
app/admin/controller/order/PayDetailController.php

@@ -42,6 +42,7 @@ class PayDetailController extends Curd
             $payIds = PayDetail::whereJsonContains('pay_extend_json->remark->premises_id', intval($request->get('premises_id')))
                 ->pluck('pay_id')
                 ->toArray();
+            $where['pay_id'] = [];
             if (!empty($payIds)) {
                 $where['pay_id'] = ['in', $payIds];
             }