This commit is contained in:
yumoqing 2026-03-25 13:15:05 +08:00
parent 5645c7aeb2
commit d92279d4e4

View File

@ -332,6 +332,7 @@ where a.id = b.ppid
except Exception as e: except Exception as e:
exception(f'yaml.sage_load({yamlstr}) error: {e}') exception(f'yaml.sage_load({yamlstr}) error: {e}')
raise e raise e
d = DictObject(**d)
if not d.fields: if not d.fields:
exception(f'{d} has not "fields"') exception(f'{d} has not "fields"')
raise Exception(f'定价定义中没有fields数据') raise Exception(f'定价定义中没有fields数据')