Parcourir la source

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

linzhuo il y a 8 ans
Parent
commit
338ba52dc7
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/doctor/models/patient.js

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

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