浏览代码

咨询回复消息文章过滤

lyr 8 年之前
父节点
当前提交
3fa864677d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/doctor/models/patient.js

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

@ -152,6 +152,7 @@ class Patient extends BaseModel {
                case CONTENT_TYPES.Audio:
                    replyContent = "[语音]";
                    break;
                case -1:
                case CONTENT_TYPES.Article:
                case CONTENT_TYPES.GoTo:
                case CONTENT_TYPES.SessionBegin: