|
|
@ -137,7 +137,7 @@ class MendController extends ThinkController {
|
|
|
|
// $this->error('在订单日期内含有已经结算的订单,无法补链');
|
|
|
|
// $this->error('在订单日期内含有已经结算的订单,无法补链');
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
if(self::checkSpend(strtotime($_POST['order_time']),$_POST['account'])){
|
|
|
|
if(self::checkSpend(strtotime($_POST['order_time']),$_POST['account'])){
|
|
|
|
$this->error("在订单日期内含有已经结算的订单,无法补链。如订单:{$this->tempid}");
|
|
|
|
$this->error("在订单日期内含有已经结算的订单,无法补链。");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(self::checkPromote(strtotime($_POST['order_time']),$_POST['account'])){
|
|
|
|
if(self::checkPromote(strtotime($_POST['order_time']),$_POST['account'])){
|
|
|
|
$this->error('在订单日期内含有多个推广员,无法补链');
|
|
|
|
$this->error('在订单日期内含有多个推广员,无法补链');
|
|
|
|