소스 검색

Merge branch 'dev' of lyr/im.doctor into dev

linzhuo 8 년 전
부모
커밋
338ba52dc7
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/doctor/models/patient.js

+ 0 - 2
src/doctor/models/patient.js

@ -153,8 +153,6 @@ class Patient extends BaseModel {
                    replyContent = "[语音]";
                    break;
                case CONTENT_TYPES.Article:
                    replyContent = "[文章]";
                    break;
                case CONTENT_TYPES.GoTo:
                case CONTENT_TYPES.SessionBegin:
                case CONTENT_TYPES.SessionEnd: