WH01243 7 сар өмнө
parent
commit
1c33f66715

+ 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{} {