src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -109,6 +109,9 @@ <if test="user.trainingUnitId!=null and user.trainingUnitId != ''"> and str.training_unit_id = #{user.trainingUnitId} </if> <if test="user.deptName!=null and user.deptName != ''"> and bd.dept_name like concat('%', #{user.deptName},'%') </if> <if test="user.jurisdiction!=null and user.jurisdiction != '' and user.jurisdiction!='1372091709474910209'"> and (sj.id = #{user.jurisdiction} or sj.parent_id = #{user.jurisdiction}) </if>