Merge branch 'james' of git.kingsome.cn:server/game2006api into james

This commit is contained in:
aozhiwei 2022-11-02 18:30:50 +08:00
commit a1a4220d5a

View File

@ -39,6 +39,11 @@ class Chip extends BaseModel
'deleted' => 0
)
);
error_log(json_encode(
array(
'NFT___CHIP___COUNT'=> count($nft)
)
));
foreach ($nft as $nftDb) {
$row = SqlHelper::ormSelectOne(
myself()->_getSelfMysql(),