默认待筛选

This commit is contained in:
Àî×ÚÕñ 2022-09-16 16:22:25 +08:00
parent d2e4264f0c
commit 866707e1fb

View File

@ -305,7 +305,7 @@ class InterviewDo:
whereStr = '' whereStr = ''
findStr = '' findStr = ''
if not self.find_column: if not self.find_column:
findStr = 'hr_manner' findStr = '*'
else: else:
for fstr in self.find_column: for fstr in self.find_column:
findStr += fstr + ', ' findStr += fstr + ', '