...
|
...
|
@@ -407,10 +407,10 @@ func MsgChanceSubmit(header *protocol.RequestHeader, request *protocol.MsgChance |
|
|
commItem.MsgId = chance.Id
|
|
|
commItem.MsgTime = chance.MsgTime.Unix() * 1000
|
|
|
commItem.ChanceId = chance.ChanceId
|
|
|
rsp.List = append(rsp.List, commItem)
|
|
|
if commItem.ChanceId == 0 && chance.SourceId > 0 {
|
|
|
commItem.ChanceId = chance.SourceId
|
|
|
}
|
|
|
rsp.List = append(rsp.List, commItem) //非指针 append对象完 再修改数据也是无效
|
|
|
}
|
|
|
return
|
|
|
}
|
...
|
...
|
|