|
|
@@ -209,7 +209,7 @@ func QueryUserStaticDataPage(opts *UserBusinessAnalysisQueryOptions) ([]*UserBus |
|
|
|
|
|
|
|
resultMap := make(map[int64]*UserBusinessAnalysis) |
|
|
|
|
|
|
|
if opts.Page >= 0 && opts.PageSize > 0 && len(userBusinessAnalysisList) > 0 { |
|
|
|
if len(userBusinessAnalysisList) > 0 { |
|
|
|
var newAndCond = builder.NewCond() |
|
|
|
var newOrCond = builder.NewCond() |
|
|
|
for _, userRecord := range userBusinessAnalysisList { |
|
|
|