...
|
...
|
@@ -55,6 +55,9 @@ func MessageCenter(header *protocol.RequestHeader, request *protocol.MessageCent |
|
|
var tmpTotal int
|
|
|
models.GetBulletinUserMsgTotals(header.UserId, header.CompanyId, request.MsgType, &tmpTotal)
|
|
|
item.MsgTotal = tmpTotal
|
|
|
if tmpTotal == 0 {
|
|
|
continue
|
|
|
}
|
|
|
}
|
|
|
list = append(list, item)
|
|
|
}
|
...
|
...
|
|