WH01243 7 mesi fa
parent
commit
1c33f66715
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      jyBXCore/rpc/service/operator.go

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

@@ -10,8 +10,8 @@ import (
 )
 
 var (
-	yysIndex = "bidding_customer_v1"
-	yysType  = "bidding_customer_v1"
+	yysIndex = "bidding_customer"
+	yysType  = "bidding_customer"
 )
 
 func GetCriteria(entId, positionId int64) map[int]interface{} {