This commit is contained in:
yumoqing 2026-03-25 13:18:39 +08:00
parent 54abb1e5ed
commit 99afd61dac

View File

@ -352,7 +352,7 @@ where a.id = b.ppid
exception(f'{e}') exception(f'{e}')
raise Exception(e) raise Exception(e)
data_value = config_data.get(k) data_value = config_data.get(k)
if not value: if not data_value:
e = f'数据({config_data})没有({k})数据' e = f'数据({config_data})没有({k})数据'
exception(e) exception(e)
raise Exeption(e) raise Exeption(e)