Parcourir la source

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

linzhuo il y a 8 ans
Parent
commit
dd59bf42a7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/doctor/models/group.js

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

@ -133,7 +133,7 @@ class GroupMessage extends BaseModel {
     */
    getMessages(groupId, memberId, contentType, msgStartId, msgEndId, count) {
        let self = this;
        gmRepo.findAllMessages(groupId, !contentType ? "1,2,3,5,6" : contentType, msgStartId, msgEndId, count, function (err, rows) {
        gmRepo.findAllMessages(groupId, !contentType ? "1,2,3,5,6,8,9" : contentType, msgStartId, msgEndId, count, function (err, rows) {
            if (err) {
                modelUtil.emitDbError(self.eventEmitter, 'Get group message failed', err);
                return;