chenbo il y a 4 ans
Parent
commit
e568701c12
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/input_sina_simple.class.php

+ 1 - 1
lib/input_sina_simple.class.php

@@ -142,7 +142,7 @@ class Input_sina_simple
 
         foreach ($index as $key => $item) {
             if (!empty($item['code'])) {                            //判断非法股票代码
-                Index::addOrUpdateByCode($item['code']);
+                Index::addOrUpdateByCode($item);
             }
         }
         return;