| | |
| | | exam_score exam |
| | | LEFT JOIN blade_user user ON exam.user_id = user.id |
| | | WHERE 1 = 1 AND theory_grade is not null |
| | | <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201'"> |
| | | <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1372091709474910209'"> |
| | | 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 AND learn_grade is not null |
| | | <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201'"> |
| | | <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1372091709474910209'"> |
| | | AND user.jurisdiction = #{jurisdiction} |
| | | </if> |
| | | <if test="deptid!=null and deptid!=''"> |