|
|
@ -13,6 +13,7 @@ use Base\Service\PartnerService;
|
|
|
|
class SocietyInfoController extends ThinkController
|
|
|
|
class SocietyInfoController extends ThinkController
|
|
|
|
{
|
|
|
|
{
|
|
|
|
private $modelName = 'SocietyInfo';
|
|
|
|
private $modelName = 'SocietyInfo';
|
|
|
|
|
|
|
|
private $admininfo = '';
|
|
|
|
|
|
|
|
|
|
|
|
public function _initialize()
|
|
|
|
public function _initialize()
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -407,6 +408,7 @@ class SocietyInfoController extends ThinkController
|
|
|
|
$inserts[$k-2]['create_time'] = time();
|
|
|
|
$inserts[$k-2]['create_time'] = time();
|
|
|
|
$inserts[$k-2]['update_time'] = time();
|
|
|
|
$inserts[$k-2]['update_time'] = time();
|
|
|
|
$inserts[$k-2]['communication_time'] = time();
|
|
|
|
$inserts[$k-2]['communication_time'] = time();
|
|
|
|
|
|
|
|
$save['create_account'] = $this->admininfo['username'];
|
|
|
|
|
|
|
|
|
|
|
|
$gameTypes = explode('/', $v['I']);
|
|
|
|
$gameTypes = explode('/', $v['I']);
|
|
|
|
foreach ($gameTypes as $gameType) {
|
|
|
|
foreach ($gameTypes as $gameType) {
|
|
|
|