From 91133b4ab74646c41fd311e237cef148d4f416fa Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 31 Oct 2019 16:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E4=B8=80=E5=8F=A5=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E7=9A=84=E8=AF=9D=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyhproject/app/controller/Users.php | 1 - 1 file changed, 1 deletion(-) diff --git a/hyhproject/app/controller/Users.php b/hyhproject/app/controller/Users.php index ef7ab09..532a89e 100755 --- a/hyhproject/app/controller/Users.php +++ b/hyhproject/app/controller/Users.php @@ -229,7 +229,6 @@ class Users extends Base{ $m = Model('common/Table'); $m->setTable('user_vouchers_summary'); $data = $m->getInfo(['userId'=>$userId],'expectedProductNum,expectedCouponsNum,alreadyProductNum,alreadyCouponsNum'); - $data = $m->getInfo(['userId'=>$userId],'expectedProductNum,expectedCouponsNum,alreadyProductNum,alreadyCouponsNum'); $m->setTable('shops'); $shopIds = $m->getColumn(['status'=>1,'userId'=>$userId],'shopId'); if($shopIds){