From a445b388b0ac3d92cdfa1984cfb9bb97021f6356 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Fri, 18 Aug 2023 17:58:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AE=A2=E5=8D=95=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/dao/store/order/StoreOrderDao.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/dao/store/order/StoreOrderDao.php b/app/common/dao/store/order/StoreOrderDao.php index 0ff23ad2..a9a901fd 100644 --- a/app/common/dao/store/order/StoreOrderDao.php +++ b/app/common/dao/store/order/StoreOrderDao.php @@ -157,6 +157,7 @@ class StoreOrderDao extends BaseDao $query->where('order_sn', 'like', '%' . $where['order_sn'] . '%'); }) ->when(isset($where['paid']) && $where['paid'] !== '', function ($query) use ($where) { + echo 123213; $query->where('StoreOrder.paid', $where['paid']); }) ->when(isset($where['is_del']) && $where['is_del'] !== '', function ($query) use ($where) {