智慧保安后台管理-外网
src/main/java/org/springblade/modules/recruitment/mapper/RecruitmentMapper.xml
@@ -64,7 +64,7 @@
        WHERE
            1=1
        <if test="recruitment.id!=null">
            and sr.id &lt;= #{recruitment.id}
            and sr.id = #{recruitment.id}
        </if>
    </select>
</mapper>