|
@@ -1343,6 +1343,7 @@ func (n *network) TjProject(agencyIds, winnerIds []string, vbs map[string][]*idN
|
|
|
allArgs = append(allArgs, newArgs...)
|
|
|
}
|
|
|
q += ` group by buyer_id`
|
|
|
+ logx.Info("全部人脉项目sql", q, allArgs)
|
|
|
rows, err := ClickhouseConn.Query(context.Background(), q, allArgs...)
|
|
|
if err != nil {
|
|
|
logx.Error(err)
|