导入候选人
This commit is contained in:
parent
120265d2fd
commit
c92303d4e5
@ -147,7 +147,7 @@ class InterviewDo:
|
||||
whereStr = ''
|
||||
findStr = ''
|
||||
# 主页查询字段
|
||||
self.find_column = ["age","gender","at_school","name","event_time", "owner_name", "education", "school", "specialty", "interview_name", "mmended_state", "work_list", "work_exp", "job_name"]
|
||||
self.find_column = ["uid","age","gender","at_school","name","event_time", "owner_name", "education", "school", "specialty", "interview_name", "mmended_state", "work_list", "work_exp", "job_name"]
|
||||
for fstr in self.find_column:
|
||||
findStr += fstr + ', '
|
||||
for key, value in self.where.items():
|
||||
|
Loading…
Reference in New Issue
Block a user