From 0bcdd01d09cb1d68c8ce5045e0619d7342d9bd35 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 31 Oct 2019 13:24:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=B2=E8=8E=B7=E4=BC=98?= =?UTF-8?q?=E6=83=A0=E5=88=B8=E4=B8=BA0=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyhproject/common/model/UserVouchers.php | 1 - 1 file changed, 1 deletion(-) diff --git a/hyhproject/common/model/UserVouchers.php b/hyhproject/common/model/UserVouchers.php index 8c16a26..37a748a 100755 --- a/hyhproject/common/model/UserVouchers.php +++ b/hyhproject/common/model/UserVouchers.php @@ -176,7 +176,6 @@ class UserVouchers extends Base{ } if($alreadyCouponsNum>0){ $m->insertInfo(['targetType'=>0,'targetId'=>$userId,'dataSrc'=>1,'money'=>$alreadyCouponsNum,'moneyName'=>2,'remark'=>$desc,'moneyType'=>$isAdd,'payType'=>'qlgpay','createTime'=>date('Y/m/d H:i:s')]); - } //插入或更新详细表 $m->setTable('users');