diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 2eef60f80..79e91addf 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -400,7 +400,7 @@ func getStoresSql(ctx *jxcontext.Context, keyword string, params map[string]inte if params["earningType"] != nil { if params["earningType"].(int) != 0 { if params["earningType"].(int) == 1 { - sqlWhere += " AND t1.pay_percentage = 100" + sqlWhere += " AND t1.pay_percentage >= 50" } else { sqlWhere += " AND t1.pay_percentage < 50" }