Explorar el Código

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

linzhuo hace 8 años
padre
commit
e561c72e6e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: