edit-common-robot
This commit is contained in:
@@ -890,7 +890,9 @@ class Orders extends HD_Controller
|
||||
if(date('Y-m-d',strtotime($pay_time))==date('Y-m-d')){ //当天
|
||||
$this->qyrobot->deposit_notify_v3($row['id']);
|
||||
}else{
|
||||
$this->qyrobot->deposit_notify_v3($row['id'],1,$data['pay_time']);
|
||||
if(strtotime($data['pay_time'])>=strtotime(date('Y-m-01 00:00:00'))){ //直播报本月补缴订单
|
||||
$this->qyrobot->deposit_notify_v3($row['id'],1,$data['pay_time']);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user