修复因无新增客户导致NGV数据新增异常

This commit is contained in:
2026-01-12 16:27:15 +08:00
parent 923c035fd5
commit 1ef81def0f
9 changed files with 507 additions and 78 deletions
+2
View File
@@ -10,6 +10,8 @@ from decimal import Decimal
import time
import numpy as np
import json
import os
os.chdir(Path(__file__).parent)
def replace_decimals(obj):