先去掉15天预售期当天的重复提交。默认都是3次。

master
赵鹏 1 year ago
parent 0a47b3793e
commit de578063dd

@ -238,7 +238,7 @@ class addorders extends CI_Controller{
$depart_diff = ($DepartureDate - $now) / 86400; $depart_diff = ($DepartureDate - $now) / 86400;
//如果刚好是第15天的订单 //如果刚好是第15天的订单
if($depart_diff==15){ if($depart_diff==15 && 1==2){
//$this->isauto = 1; //$this->isauto = 1;
$time = strtotime(time()); $time = strtotime(time());
$autolasttime = $item->ts_autolasttime; $autolasttime = $item->ts_autolasttime;

Loading…
Cancel
Save