Explorar el Código

Merge branch 'dev' of linzhuo/im.doctor into feature-1.2.6

linzhuo hace 8 años
padre
commit
01e4713075
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/doctor/models/patient.js

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

@ -22,6 +22,7 @@ const CONTENT_TYPES = require('../include/commons').CONTENT_TYPE;
let clientCache = require('./socket.io/client.cache').clientCache();
let doctorRepo = require('../repository/doctor.repo');
let groupRepo = require('../repository/group.repo');
let wechatUtil = require('../util/wechatUtil');