作者 jinglong
1 个管道 的构建 通过 耗费 1 秒

修改后台运行时间+1

... ... @@ -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;
}
... ...