1.优化面试阶段
This commit is contained in:
parent
86c927b3be
commit
ed166adf36
@ -662,7 +662,7 @@ async def condition(
|
||||
str_s = f"{k} = {v}"
|
||||
strs.append(str_s)
|
||||
else:
|
||||
if k in ['hr_id', 'interview_id'] and v != '':
|
||||
if k in ['hr_id', 'interview_id','interview_name','hr_name'] and v != '':
|
||||
str_s = f"{k} like '%{v}%'"
|
||||
else:
|
||||
str_s = f"{k} = '{v}'"
|
||||
|
Loading…
Reference in New Issue
Block a user