This commit is contained in:
hujiabin 2022-12-13 15:04:20 +08:00
parent 42157ba31e
commit 05b538282b

View File

@ -142,7 +142,7 @@ class RankActivityService extends BaseService {
);
if ($row && $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){
SqlHelper::update
(myself()->_getSelfMysql(),
@ -157,7 +157,7 @@ class RankActivityService extends BaseService {
)
);
}
error_log('TEST LOG 2'.json_encode($row));
SqlHelper::update
(myself()->_getSelfMysql(),