From 8dc2b86f0323cc2c6f7613fa646f37155a21bd56 Mon Sep 17 00:00:00 2001 From: tping Date: Fri, 24 Sep 2021 14:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E8=83=BD=E7=9C=8B=E8=87=AA=E5=B7=B1?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Qrcode/Controller/QrCodePromotionController.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Application/Qrcode/Controller/QrCodePromotionController.class.php b/Application/Qrcode/Controller/QrCodePromotionController.class.php index 710e9b172..be1c0a747 100644 --- a/Application/Qrcode/Controller/QrCodePromotionController.class.php +++ b/Application/Qrcode/Controller/QrCodePromotionController.class.php @@ -283,7 +283,7 @@ class QrCodePromotionController extends BaseController public function linkLists() { - $this->getShortUrl('https://mg.wmtxkj.com'); + $loginer = $this->getLoginPromote(); $page = I('p', 1); $row = I('row', 10); $qpId = I('get.id', 0); @@ -294,7 +294,8 @@ class QrCodePromotionController extends BaseController ])->find(); $query = M('qrcode_promotion_list', 'tab_')->where([ - 'qp_id' => I('get.id') + 'qp_id' => I('get.id'), + 'admin_id' => $loginer['id'] ])->order('create_time desc'); [$items, $page, $count] = $this->paginate($query);