edit-common-robot

This commit is contained in:
lccsw
2022-09-05 11:54:58 +08:00
parent 09713afb0e
commit 798b7b9fca
@@ -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']);
}
}
}