This commit is contained in:
wans 2021-05-15 21:37:24 +08:00
parent 9992824733
commit c2f39a2b57

View File

@ -319,7 +319,7 @@
LEFT JOIN e_work_type e1 LEFT JOIN e_work_type e1
ON t1.apply_work_type_id = e1.work_type_id ON t1.apply_work_type_id = e1.work_type_id
LEFT JOIN m_institution m1 LEFT JOIN m_institution m1
ON t1,apply_institution_id = m1.institution_id ON t1.apply_institution_id = m1.institution_id
WHERE WHERE
t1.is_delete = 0 t1.is_delete = 0
<if test="applyId != null and applyId != ''"> <if test="applyId != null and applyId != ''">
@ -457,7 +457,7 @@
LEFT JOIN e_work_type e1 LEFT JOIN e_work_type e1
ON t1.apply_work_type_id = e1.work_type_id ON t1.apply_work_type_id = e1.work_type_id
LEFT JOIN m_institution m1 LEFT JOIN m_institution m1
ON t1,apply_institution_id = m1.institution_id ON t1.apply_institution_id = m1.institution_id
WHERE WHERE
t1.is_delete = 0 t1.is_delete = 0
<if test="keywords != null and keywords != ''"> <if test="keywords != null and keywords != ''">