fix: 坏导入修复——serverenv/uniqueID/timeUtils/json.dumps(对照目标机真实包结构)
This commit is contained in:
parent
bd63a6212d
commit
7339fd23ce
@ -28,18 +28,18 @@ def _server_env():
|
||||
|
||||
|
||||
def _now():
|
||||
from appPublic.timeutils import curDateString
|
||||
from appPublic.timeUtils import curDateString
|
||||
return curDateString()
|
||||
|
||||
|
||||
def _new_id():
|
||||
from appPublic.getID import getID
|
||||
from appPublic.uniqueID import getID
|
||||
return getID()
|
||||
|
||||
|
||||
def _dumps(obj):
|
||||
from appPublic.jsonUtils import dumps
|
||||
return dumps(obj)
|
||||
import json
|
||||
return json.dumps(obj, ensure_ascii=False)
|
||||
|
||||
|
||||
async def get_drag_graph_dbname():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user