1
This commit is contained in:
parent
9992824733
commit
c2f39a2b57
@ -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 != ''">
|
||||||
|
Loading…
Reference in New Issue
Block a user