默认待筛选
This commit is contained in:
parent
d2e4264f0c
commit
866707e1fb
@ -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 + ', '
|
||||||
|
Loading…
Reference in New Issue
Block a user