浏览代码

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: