From 3e543386855b8f75700fc65f27edf2c396b9edbb Mon Sep 17 00:00:00 2001 From: chenzhi Date: Fri, 3 Jan 2020 17:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=A4=9A=E4=B8=AA=E6=8E=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=98=E6=97=A0=E6=B3=95=E8=A1=A5=E9=93=BE=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/MendController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Controller/MendController.class.php b/Application/Admin/Controller/MendController.class.php index 359a4df19..1e16b048c 100644 --- a/Application/Admin/Controller/MendController.class.php +++ b/Application/Admin/Controller/MendController.class.php @@ -126,9 +126,9 @@ class MendController extends ThinkController { if(self::checkSpend(strtotime($_POST['order_time']),$_POST['account'])){ $this->error('在订单日期内含有已经结算的订单,无法补链'); } - /* if(self::checkPromote(strtotime($_POST['order_time']),$_POST['account'])){ + if(self::checkPromote(strtotime($_POST['order_time']),$_POST['account'])){ $this->error('在订单日期内含有多个推广员,无法补链'); - } */ + } $create = $_REQUEST; $create['order_time'] = date($create['order_time']);