Browse Source

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

linzhuo 8 years ago
parent
commit
2171d9f3fc
1 changed files with 1 additions and 0 deletions
  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: