bugfix
This commit is contained in:
parent
14615d42f7
commit
eccb3f43b6
@ -3,7 +3,7 @@ import yaml
|
||||
from ahserver.serverenv import ServerEnv
|
||||
from ahserver.filestorage import FileStorage
|
||||
from sqlor.dbpools import DBPools, get_sor_context
|
||||
from appPublic.log import debug, exception, info
|
||||
from appPublic.log import debug, exception, info, MyLogger
|
||||
from appPublic.timeUtils import curDateString
|
||||
from appPublic.dictObject import DictObject
|
||||
from .write_pattern import write_pattern_xlsx, load_xlsx_pricing
|
||||
@ -491,6 +491,7 @@ async def test_pricing(pptid, data):
|
||||
return amount
|
||||
|
||||
if __name__ == '__main__':
|
||||
MyLogger('Pricing', levelname='info')
|
||||
yamlstr = """fields:
|
||||
formula:
|
||||
label: 计算公式
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user