Commit b34ca2be6b8b60891359f1cd32ad7d90b4d9ded4

Authored by 陆恒
1 parent 04ec78df
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/mysql/dbmysql.go
... ... @@ -109,7 +109,7 @@ func QueryAllData() error{
109 109 }
110 110 //先查询十张分表的数据
111 111 for i:=0;i<10;i++ {
112   - tablename := "b_base_data_0" + strconv.Itoa(i)
  112 + tablename := "b_user_ext_0" + strconv.Itoa(i)
113 113 cmd := "SELECT user_id,lv,exp,login_time from " + tablename
114 114 rows, err := m_game_db.Query(cmd)
115 115 defer func() {
... ...