WH01243 пре 7 месеци
родитељ
комит
2bb905f54b
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      jyBXCore/rpc/service/operator.go

+ 2 - 2
jyBXCore/rpc/service/operator.go

@@ -636,8 +636,8 @@ func SearchList(operator Operator) (int64, *[]map[string]interface{}, int64) {
 	//价格处理
 	if operator.Price != "" {
 		priceArr := strings.Split(operator.Price, "_")
-		minPrice := gconv.Int64(priceArr[0])
-		maxPrice := gconv.Int64(priceArr[1])
+		minPrice := gconv.Int64(priceArr[0]) * 10000
+		maxPrice := gconv.Int64(priceArr[1]) * 10000
 		bidamountArr := []string{`
 		{
 			"exists": {