From 866707e1fb346f9f38b59b6691033d55858639ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80=C3=AE=C3=97=C3=9A=C3=95=C3=B1?= Date: Fri, 16 Sep 2022 16:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=BE=85=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/interview_zsgc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/interview_zsgc.py b/models/interview_zsgc.py index 3cf184b..02b8781 100644 --- a/models/interview_zsgc.py +++ b/models/interview_zsgc.py @@ -305,7 +305,7 @@ class InterviewDo: whereStr = '' findStr = '' if not self.find_column: - findStr = 'hr_manner' + findStr = '*' else: for fstr in self.find_column: findStr += fstr + ', '