...
|
...
|
@@ -169,7 +169,7 @@ class AdminCommonController extends AdminBaseController |
|
|
public function runTime($time){
|
|
|
$currentTime = time();
|
|
|
$cnt=$currentTime-$time;
|
|
|
$days = floor($cnt/(3600*24));//算出天数
|
|
|
$days = floor($cnt/(3600*24))+1;//算出天数
|
|
|
return $days+1;
|
|
|
}
|
|
|
|
...
|
...
|
|