Browse Source

充值加备注、搜索

gorden 7 months ago
parent
commit
1b6e8c4276
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/order/PayDetailController.php

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

@@ -42,7 +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'] = [];
+            $where['pay_id'] = '';
             if (!empty($payIds)) {
                 $where['pay_id'] = ['in', $payIds];
             }