优化提醒

master
chenzhi 5 years ago
parent 617cfbd4bf
commit db64bea72f

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

Loading…
Cancel
Save