表名调整

This commit is contained in:
meixiongfeng 2023-04-14 10:18:29 +08:00
parent a90a750abc
commit 832e9bd161

View File

@ -62,7 +62,7 @@ func (this *ModelSeasonPagoda) addNewSeasonPagoda(uId string, data *pb.DBPagoda)
UID: uId, UID: uId,
Act: string(comm.LogHandleType_Update), 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, table) // D[0]
data1.D = append(data1.D, bson.M{"uid": uId}) // D[1] data1.D = append(data1.D, bson.M{"uid": uId}) // D[1]
data1.D = append(data1.D, data) // D[2] data1.D = append(data1.D, data) // D[2]