chenbo 4 年 前
コミット
e568701c12
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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;