소스 검색

wip:删除打印日志

wangkaiyue 2 년 전
부모
커밋
348dee6514
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      jyBXSubscribe/rpc/model/push.go

+ 0 - 1
jyBXSubscribe/rpc/model/push.go

@@ -645,7 +645,6 @@ func (s *subscribePush) getDatasFromMysql(spqp *SubPushQueryParam, starttime, en
 			findSql = fmt.Sprintf("%s from %s  a STRAIGHT_JOIN %s b ON 1=1 %s and a.infoid = b.infoid  %s where %s"+
 				" order by a.date desc,a.id desc", findSql, aboutDbMsg[s.ModuleFlag].MysqlTable, Baseinfo, userStr, leftJoinStr, strings.Join(querys, " and "))
 		}
-		logx.Error("--------------------------")
 		//查询总数
 		logx.Info("countSql", countSql)
 		count = spqp.BaseServiceMysql.CountBySql(countSql)