1
This commit is contained in:
parent
42157ba31e
commit
05b538282b
@ -142,7 +142,7 @@ class RankActivityService extends BaseService {
|
|||||||
);
|
);
|
||||||
if ($row && $row['guild_id']){
|
if ($row && $row['guild_id']){
|
||||||
$guild = Guild::find($row['guild_id']);
|
$guild = Guild::find($row['guild_id']);
|
||||||
error_log('TEST LOG 1'.json_encode($guild));
|
error_log('TEST LOG 1'.json_encode($guild['guild_status']).'--------------guild_id:'.$row['guild_id']);
|
||||||
if ($guild['guild_status'] == 2){
|
if ($guild['guild_status'] == 2){
|
||||||
SqlHelper::update
|
SqlHelper::update
|
||||||
(myself()->_getSelfMysql(),
|
(myself()->_getSelfMysql(),
|
||||||
@ -157,7 +157,7 @@ class RankActivityService extends BaseService {
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
error_log('TEST LOG 2'.json_encode($row));
|
error_log('TEST LOG 2'.json_encode($row));
|
||||||
SqlHelper::update
|
SqlHelper::update
|
||||||
(myself()->_getSelfMysql(),
|
(myself()->_getSelfMysql(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user