Browse Source

默认值处理

WH01243 7 tháng trước cách đây
mục cha
commit
1c33f66715
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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{} {