Browse Source

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

linzhuo 8 years ago
parent
commit
e561c72e6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/doctor/models/patient.js

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

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