Merge pull request '公会信息登记功能补充' (#91) from feature/add_item_two into release

公会信息登记功能补充
master
郑永星 4 years ago
commit c619e2e69b

@ -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