aa
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user