Browse Source

zhuanhuan

zhangxinlei1996 5 years ago
parent
commit
2550f76d12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/entniche/src/service/subscribe/subscribe.go

+ 1 - 1
src/jfw/modules/entniche/src/service/subscribe/subscribe.go

@@ -741,7 +741,7 @@ func (ac *Action) Get_fastimport() {
 				}
 			}
 			if a[unclassified] == 0 {
-				newOne["a_key"] = all
+				newOne["a_key"] = qutil.MapArrToObjArr(all)
 				newOne["s_item"] = unclassified
 				a_items_ent = append(a_items_ent, newOne)
 			}