Explorar o código

Merge branch 'feature-1.2.6' of http://192.168.1.220:10080/Amoy/im.doctor into feature-1.2.6

lyr %!s(int64=8) %!d(string=hai) anos
pai
achega
9a1049a1a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,8,9" : contentType, msgStartId, msgEndId, count, function (err, rows) {
        gmRepo.findAllMessages(groupId, !contentType ? "1,2,3,4,5,6,8,9" : contentType, msgStartId, msgEndId, count, function (err, rows) {
            if (err) {
                modelUtil.emitDbError(self.eventEmitter, 'Get group message failed', err);
                return;