stanley-king 3 年之前
父節點
當前提交
b481d8889f
共有 2 個文件被更改,包括 29 次插入1 次删除
  1. 1 1
      plot/DataCenter.py
  2. 28 0
      test/TestBigData.php

+ 1 - 1
plot/DataCenter.py

@@ -361,7 +361,7 @@ class DataCenter(object):
         items = re.split(r'/', path)
         if len(items) == 6:
             (_, _sday, _chname, _quality, _card_type, _amount) = items
-            return f"{_chname}-{_quality}-{_card_type}-{_amount}"
+            return f"{_chname}-{_amount}-{_card_type}-{_quality}"
         else:
             return False
 

文件差異過大導致無法顯示
+ 28 - 0
test/TestBigData.php