...
|
...
|
@@ -400,7 +400,7 @@ class IndexController extends RestBaseController |
|
|
$Activity=new ActivityModel();
|
|
|
$activityMap['id']=$id;
|
|
|
$activity_news=$Activity->findData($activityMap);
|
|
|
if($activity_news['end_time']>time()){
|
|
|
if($activity_news['end_time']<time()){
|
|
|
$is_end=1;
|
|
|
}else{
|
|
|
$is_end=0;
|
...
|
...
|
@@ -430,6 +430,7 @@ class IndexController extends RestBaseController |
|
|
}
|
|
|
$check=0;
|
|
|
/*添加状态 活动没有开始时不能提交报告*/
|
|
|
dump($is_end);
|
|
|
if ($is_volunteer==1 && $check==0 && $is_pass==1 && $is_end==0){
|
|
|
$status=4;
|
|
|
$title='暂不能提交工作汇报';
|
...
|
...
|
|