...
|
...
|
@@ -62,7 +62,6 @@ class LoadController extends HomeBaseController |
|
|
$whereor = "o.status = 1 and o.order_expire_time < $time and o.order_about_time < ".($time-24*30*60*60)." or o.status = 3 and o.order_expire_time < $time or o.status = 3 and o.order_about_time < ".($time-24*30*60*60);
|
|
|
$data = $orderInfoModel->selectData1($where,$whereor);
|
|
|
dump($data);
|
|
|
dump($time);
|
|
|
}
|
|
|
}
|
|
|
public function template($templateId,$data,$url=null,$openid){
|
...
|
...
|
|