From 34ab7f86cce7b296b57231e4f38450f6758059b9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 24 Mar 2026 11:42:33 +0800 Subject: [PATCH] bugfix --- pricing/pricing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pricing/pricing.py b/pricing/pricing.py index 713ee7c..7e02ef9 100644 --- a/pricing/pricing.py +++ b/pricing/pricing.py @@ -124,7 +124,7 @@ def check_value(field, spec_value, data_value): raise Exception(e) if (arr[0] is None or arr[-1] is None) and field.type == 'str': - e = f'字符串类型between方法的两个值任何一个都不能为空') + e = f'字符串类型between方法的两个值任何一个都不能为空' exception(e) raise e else: