This commit is contained in:
yumoqing 2026-03-24 13:46:41 +08:00
parent 8c86881a83
commit d3a4da6dc9

View File

@ -198,7 +198,7 @@ class PricingProgram:
r = recs[0] r = recs[0]
x = DictObject(** yaml.safe_load(r.pricing_spec)) x = DictObject(** yaml.safe_load(r.pricing_spec))
webpath = env.quote(write_pattern_xlsx(x)) webpath = env.quote(write_pattern_xlsx(x))
return entire_url(f'/idfile?path={webpath}') return env.entire_url(f'/idfile?path={webpath}')
@staticmethod @staticmethod
def pp_db2app(pp): def pp_db2app(pp):