zhangxinlei1996 5 жил өмнө
parent
commit
2550f76d12

+ 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)
 			}