Browse Source

feat:xiugai

wangchuanjin 9 months ago
parent
commit
5033a46d58
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/internal/service/owner.go

+ 1 - 0
api/internal/service/owner.go

@@ -737,6 +737,7 @@ func (t *OwnerService) ProjectHandle(buyerArr []string, businessStr string, moni
 	}
 	countSql := fmt.Sprintf("select count(1) as count from (%s) b ", sqlStr)
 	sqlStr += fmt.Sprintf(" order by zbtime desc limit %d,%d", startIndex, t.PageSize)
+	logx.Info("查询列表sql", sqlStr, allArgs)
 	//总数查询
 	ass := []BuyerAggStruct{}
 	rows, err1 := ClickhouseConn.Query(context.TODO(), sqlStr, allArgs...)