公会信息登记功能补充

master
zhengyongxing 4 years ago
parent 6243ca60cf
commit 99acaed972

@ -117,6 +117,10 @@ class SocietyInfoController extends ThinkController
&& $v['is_potential'] == 1
)
$v['is_gap_time'] = 1;
if($gap == 0 && $v['communication_time']!=$v['create_time']) {
$v['is_gap_time'] = 0;
}
}
$this->checkListOrCountAuthRestMap($map,[]);

Loading…
Cancel
Save