Merge branch 'hotfix/shift-player' of wmtx/platform into release

还原补链限制
master
万盟天下 5 years ago committed by Gogs
commit e6d4304d74

@ -123,9 +123,9 @@ class MendController extends ThinkController {
if(self::checkSettlement(strtotime($_POST['order_time']),$_POST['promote_id'])){ if(self::checkSettlement(strtotime($_POST['order_time']),$_POST['promote_id'])){
$this->error('在订单日期内含有已经结算的订单,无法补链'); $this->error('在订单日期内含有已经结算的订单,无法补链');
} }
/* if(self::checkPromote(strtotime($_POST['order_time']),$_POST['account'])){ if(self::checkPromote(strtotime($_POST['order_time']),$_POST['account'])){
$this->error('在订单日期内含有多个推广员,无法补链'); $this->error('在订单日期内含有多个推广员,无法补链');
} */ }
$create = $_REQUEST; $create = $_REQUEST;
$create['order_time'] = date($create['order_time']); $create['order_time'] = date($create['order_time']);

Loading…
Cancel
Save