|
doSearchSql := fmt.Sprintf(buyerPortraitSearchSql, strings.Join(mustQueryArr, ","), bidamountTimeRange, getMoneyRange(), comminTimeRange, comminTimeRange)
|
|
doSearchSql := fmt.Sprintf(buyerPortraitSearchSql, strings.Join(mustQueryArr, ","), bidamountTimeRange, getMoneyRange(), comminTimeRange, comminTimeRange)
|
|
res, count := util.GetAggsWithCount("projectset", "projectset", doSearchSql)
|
|
res, count := util.GetAggsWithCount("projectset", "projectset", doSearchSql)
|
|
return nil, errors.New(fmt.Sprintf("%s采购单位画像查询异常\n", screen.Ent))
|
|
return nil, errors.New(fmt.Sprintf("%s采购单位画像查询异常\n", screen.Ent))
|