|
@@ -152,8 +152,6 @@ func (m *memberPush) getDatasFromMysql(Mgo_bidding mg.MongodbSim, bidding, biddi
|
|
|
start := (pageNum - 1) * myPageSize
|
|
|
count = PushMysql.CountBySql(fmt.Sprintf(findSQL+findStr, "select count(id) from pushmember"))
|
|
|
|
|
|
- log.Println("count:", count, " sql:", fmt.Sprintf(findSQL+findStr, "select count(id) from pushmember"))
|
|
|
-
|
|
|
findStr += " order by id desc"
|
|
|
if isLimit {
|
|
|
findStr += " limit " + fmt.Sprint(start) + "," + fmt.Sprint(myPageSize)
|