소스 검색

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);
            }
        })
    };