gemercheung 3 年之前
父节点
当前提交
0f127f47f9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/controller/room/index.js

+ 1 - 1
src/controller/room/index.js

@@ -93,7 +93,7 @@ export class RoomController extends BasicController {
       const assistantId = this.roomAssistant.getRoomAssistant(this.roomId);
 
       if (assistantId && this.userId !== assistantId && !this.isHoster(this.user.role)) {
-        this.logger.info("已存在默认助手变更:" + "room助手ID:" assistantId +"userId: " + this.userId);
+        this.logger.info("已存在默认助手变更:" + "room助手ID:" + assistantId + "userId: " + this.userId);
         userObj.role = "customer";
       }
       this.logger.info("update-user-info:", userObj);