后台:道具获取
This commit is contained in:
@@ -746,7 +746,7 @@ export class ComBattleHandler {
|
||||
if(r != roleId) roleIdList.push(r);
|
||||
}
|
||||
}
|
||||
const roles = await RoleModel.findRoleByField('roleId', roleIdList, ROLE_SELECT.SHOW_SIMPLE, true);
|
||||
const roles = await RoleModel.findByRoleIds(roleIdList, ROLE_SELECT.SHOW_SIMPLE, true);
|
||||
let result = new Array<FriendParams>();
|
||||
for(let role of roles) {
|
||||
if(role.quitTime == role.loginTime) {
|
||||
|
||||
Reference in New Issue
Block a user