소스 검색

Merge branch 'dev_v1.1.63_wh' of BaseService/jyMicroservices into feature/v1.1.63

王浩 7 달 전
부모
커밋
b287821de0
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": {