Prechádzať zdrojové kódy

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

linzhuo 8 rokov pred
rodič
commit
01e4713075
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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 clientCache = require('./socket.io/client.cache').clientCache();
let doctorRepo = require('../repository/doctor.repo');
let doctorRepo = require('../repository/doctor.repo');
let groupRepo = require('../repository/group.repo');
let groupRepo = require('../repository/group.repo');
let wechatUtil = require('../util/wechatUtil');
let wechatUtil = require('../util/wechatUtil');