bugfix
This commit is contained in:
parent
5645c7aeb2
commit
d92279d4e4
@ -332,6 +332,7 @@ where a.id = b.ppid
|
||||
except Exception as e:
|
||||
exception(f'yaml.sage_load({yamlstr}) error: {e}')
|
||||
raise e
|
||||
d = DictObject(**d)
|
||||
if not d.fields:
|
||||
exception(f'{d} has not "fields"')
|
||||
raise Exception(f'定价定义中没有fields数据')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user