| | |
| | | str.id = es.apply_id |
| | | where |
| | | 1=1 |
| | | and (str.is_exam = 2 or str.is_exam = 3 or str.is_exam = 4) |
| | | and (str.is_exam = 2 or str.is_exam = 3 or str.is_exam = 4 or str.is_exam = 5) |
| | | <if test="examScore.examName!=null and examScore.examName!=''"> |
| | | and ke.exam_name like concat('%', #{examScore.examName},'%') |
| | | </if> |
| | |
| | | str.id = es.apply_id |
| | | where |
| | | 1=1 |
| | | and (str.is_exam = 2 or str.is_exam = 3 or str.is_exam = 4) |
| | | and (str.is_exam = 2 or str.is_exam = 3 or str.is_exam = 4 or str.is_exam = 5) |
| | | <if test="examScore.examName!=null and examScore.examName!='' and examScore.examName!='undefined'"> |
| | | and ke.exam_name like concat('%', #{examScore.examName},'%') |
| | | </if> |