wangkaiyue 4 years ago
parent
commit
30ea29e6d1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/jfw/modules/common/src/qfw/util/jy/memberpush.go

+ 0 - 2
src/jfw/modules/common/src/qfw/util/jy/memberpush.go

@@ -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)