表名调整
This commit is contained in:
parent
a90a750abc
commit
832e9bd161
@ -62,7 +62,7 @@ func (this *ModelSeasonPagoda) addNewSeasonPagoda(uId string, data *pb.DBPagoda)
|
||||
UID: uId,
|
||||
Act: string(comm.LogHandleType_Update),
|
||||
}
|
||||
table := comm.TableSeasonRecord //, uid, , data)
|
||||
table := comm.TablePagodaRecord //, uid, , data)
|
||||
data1.D = append(data1.D, table) // D[0]
|
||||
data1.D = append(data1.D, bson.M{"uid": uId}) // D[1]
|
||||
data1.D = append(data1.D, data) // D[2]
|
||||
|
Loading…
Reference in New Issue
Block a user