|
@@ -371,7 +371,7 @@ func UsermailETL() {
|
|
vv.MatchKey,
|
|
vv.MatchKey,
|
|
vv.RuleName,
|
|
vv.RuleName,
|
|
vv.AreaCode,
|
|
vv.AreaCode,
|
|
- qu.If(vv.Toptype == "", nil, vv.Subtype),
|
|
|
|
|
|
+ qu.If(vv.Toptype == "", nil, vv.Toptype),
|
|
)
|
|
)
|
|
multipleUserMap[userRule.Name] = true
|
|
multipleUserMap[userRule.Name] = true
|
|
count++
|
|
count++
|