From 11513a7415a559be7162af3b8fdc7d7b1e20c57d Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 1 Sep 2021 09:08:36 +0800 Subject: [PATCH] aa --- business/jxstore/cms/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }