| | |
| | | exam_score exam |
| | | LEFT JOIN blade_user user ON exam.user_id = user.id |
| | | WHERE 1 = 1 |
| | | <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201"> |
| | | <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201'"> |
| | | AND user.jurisdiction = #{jurisdiction} |
| | | </if> |
| | | <if test="deptid!=null and deptid==''"> |
| | |
| | | exam_score exam |
| | | LEFT JOIN blade_user user ON exam.user_id = user.id |
| | | WHERE 1 = 1 |
| | | <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201"> |
| | | <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201'"> |
| | | AND user.jurisdiction = #{jurisdiction} |
| | | </if> |
| | | <if test="deptid!=null and deptid==''"> |