| | |
| | | <if test="examScore.securityName!=null and examScore.securityName!=''"> |
| | | and bu.real_name like concat('%', #{examScore.securityName},'%') |
| | | </if> |
| | | <if test="examScore.account!=null and examScore.account!=''"> |
| | | and bu.account like concat('%', #{examScore.account},'%') |
| | | </if> |
| | | <if test="examScore.userId!=null and examScore.userId!=''"> |
| | | and es.user_id = #{examScore.userId} |
| | | </if> |
| | |
| | | <if test="examScore.securityName!=null and examScore.securityName!=''"> |
| | | and bu.real_name like concat('%', #{examScore.securityName},'%') |
| | | </if> |
| | | <if test="examScore.account!=null and examScore.account!=''"> |
| | | and bu.account like concat('%', #{examScore.account},'%') |
| | | </if> |
| | | <if test="examScore.userId!=null and examScore.userId!=''"> |
| | | and es.user_id = #{examScore.userId} |
| | | </if> |
| | |
| | | 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==''"> |