限制返回50条

This commit is contained in:
sh
2025-11-24 13:05:46 +08:00
parent dbf5f4ea7b
commit cdf93bdfca

View File

@@ -42,6 +42,7 @@
<select id="getList" resultMap="bussinessDictJobCategoryResult" parameterType="bussinessDictJobCategory">
<include refid="selectBussinessDictJobCategoryVo"/>
<include refid="findPage_where" />
limit 50
</select>
</mapper>