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

bug修改

... ... @@ -6,5 +6,5 @@ stages:
job1:
stage: pull
script:
- cd /alidata/www/w/volunteer
- cd /alidata/www/online/volunteer.cnpu.org/
- git pull
\ No newline at end of file
... ...
... ... @@ -259,6 +259,7 @@ class IndexController extends RestBaseController
}else{
$is_join=1;
}
$is_pass=0;
/*是否报名通过*/
if (empty($join['status']) || $join['status']==2){
$is_pass=0;
... ...