作者 sgj
1 个管道 的构建 失败 耗费 7 秒

志愿者导出信息

... ... @@ -429,6 +429,13 @@ class IndexController extends RestBaseController
$is_pass=1;
}
$check=0;
/*添加状态 活动没有开始时不能提交报告*/
if ($is_volunteer==1 && $check==0 && $is_pass==1 && $is_end==0){
$status=3;
$title='暂不能提交工作汇报';
$check=1;
}
if ($is_volunteer==0 && $check==0) {
$status=6;
$check=1;
... ...
... ... @@ -633,7 +633,6 @@ class ActivityController extends AdminBaseController
}
}
$this->assign('info',$info);
$this->assign('pic',$pic);
return $this->fetch();
... ...