From 7ea6fd0f580f2e96484dd32c9d16d0cb1e5f453c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E8=BE=B0=E5=A4=A7=E6=B5=B7?= Date: Sun, 13 Aug 2023 00:38:04 +0000 Subject: [PATCH] =?UTF-8?q?update=20applications/common/helper.py.=20?= =?UTF-8?q?=E5=B0=8F=E4=BA=8E=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 星辰大海 --- applications/common/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/common/helper.py b/applications/common/helper.py index ca2994c..da69071 100644 --- a/applications/common/helper.py +++ b/applications/common/helper.py @@ -51,7 +51,7 @@ class ModelFilter: def less(self, field_name, value): """ - 大于查询字段 + 小于查询字段 :param field_name: 模型字段名称 :param value: 值 """ -- Gitee