|
@@ -283,7 +283,7 @@ func AddAgency(overid string, tmp map[string]interface{}) string {
|
|
|
}
|
|
|
}
|
|
|
var tmpperson, agencytel string
|
|
|
- if tmppersona, ok := tmp["agencyperson"].(string); ok && tmpperson != "" && Reg_person.MatchString(tmpperson) && !Reg_xing.MatchString(tmpperson) {
|
|
|
+ if tmppersona, ok := tmp["agencyperson"].(string); ok && tmppersona != "" && Reg_person.MatchString(tmppersona) && !Reg_xing.MatchString(tmppersona) {
|
|
|
tmpperson = tmppersona
|
|
|
}
|
|
|
if tmpperson != "" {
|