瀏覽代碼

BUG修改

8 年之前
父節點
當前提交
aee45746d5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/doctor/models/patient.js

+ 1 - 1
src/doctor/models/patient.js

@ -129,7 +129,7 @@ class Patient extends BaseModel {
            var msg = result ? result[0] : "";
            if (msg) {
                patientClient.socketServer.sockets.emit('message', msg);
                patientClient.socket.emit('message', msg);
            }
        })
    };