|
@@ -41,9 +41,9 @@ const (
|
|
|
)
|
|
|
|
|
|
var (
|
|
|
- ennicheInsertCollKey = []string{"entid", "deptid", "userid", "infoid", "matchkeys", "date", "source", "product"}
|
|
|
- subscribeInsertCollKey = []string{"userid", "infoid", "matchkeys", "date", "isvip"}
|
|
|
- memberInsertCollKey = []string{"userid", "infoid", "matchkeys", "date"}
|
|
|
+ ennicheInsertCollKey = []string{"entid", "deptid", "userid", "infoid", "matchkeys", "date", "source", "product", "area", "city", "buyerclass", "toptype", "subtype", "subscopeclass", "budget", "bidamount", "attachment_count"}
|
|
|
+ subscribeInsertCollKey = []string{"userid", "infoid", "matchkeys", "date", "isvip", "area", "city", "buyerclass", "toptype", "subtype", "subscopeclass", "budget", "bidamount", "attachment_count"}
|
|
|
+ memberInsertCollKey = []string{"userid", "infoid", "matchkeys", "date", "items", "area", "city", "buyerclass", "toptype", "subtype", "subscopeclass", "budget", "bidamount", "attachment_count"}
|
|
|
)
|
|
|
|
|
|
var aboutDbMsg map[string]*AboutDbMsg = map[string]*AboutDbMsg{
|