|
@@ -516,7 +516,7 @@ func TimedTaskAgency() {
|
|
}
|
|
}
|
|
|
|
|
|
savetmp := make(map[string]interface{}, 0)
|
|
savetmp := make(map[string]interface{}, 0)
|
|
- for _, sk := range BuyerFields {
|
|
|
|
|
|
+ for _, sk := range AgencyFields {
|
|
if sk == "_id" {
|
|
if sk == "_id" {
|
|
savetmp["tmp"+sk] = resulttmp[sk]
|
|
savetmp["tmp"+sk] = resulttmp[sk]
|
|
continue
|
|
continue
|