|
|
|
@@ -63,10 +63,10 @@ func queryUserDataPage(ctx *context.Context, tableName string, queryObj interfac |
|
|
|
_, count := models.QueryUserStaticDataByTableName(1, 1, tableName, queryObj, userName) |
|
|
|
var indexTotal int64 |
|
|
|
indexTotal = 0 |
|
|
|
row := 1 |
|
|
|
for { |
|
|
|
re, _ := models.QueryUserStaticDataByTableName(int(indexTotal), PAGE_SIZE, tableName, queryObj, "") |
|
|
|
log.Info("return count=" + fmt.Sprint(count)) |
|
|
|
row := 1 |
|
|
|
for _, userRecord := range re { |
|
|
|
row++ |
|
|
|
rows := fmt.Sprint(row) |
|
|
|
|