Administrator
2021-07-07 923825512aa1e74fdc5b1c2c27d51880f4b7c066
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>