取消多个推广员无法补链注释

master
chenzhi 5 years ago
parent 3f53bc266b
commit 3e54338685

@ -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']);

Loading…
Cancel
Save