This commit is contained in:
aozhiwei 2022-05-02 14:33:54 +08:00
parent e8281b56c2
commit afe21b9e9b

View File

@ -184,7 +184,7 @@ class Gun extends BaseModel {
'createtime' => myself()->_getNowTime(),
'modifytime' => myself()->_getNowTime()
);
if (!$accountId) {
if ($accountId) {
$fieldsKv['account_id'] = $accountId;
}
if ($tokenId) {