Commit e5d2b716 by LiuJunYi

bug

parent 9071329b
...@@ -186,7 +186,7 @@ class Order extends Base ...@@ -186,7 +186,7 @@ class Order extends Base
if(time()<strtotime('2019-1-1 00:00:00')){ if(time()<strtotime('2019-1-1 00:00:00')){
//如果时间在2019-1-1之前,到期时间变为2019-12-31 //如果时间在2019-1-1之前,到期时间变为2019-12-31
if($year==1){ if($year==1){
$vip_endtime = "2019-12-31 24:59:59"; $vip_endtime = "2019-12-31 23:59:59";
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment