给供应商客户接口增加分页开关

This commit is contained in:
jishenghua
2025-09-27 23:32:03 +08:00
parent 7199be6333
commit e64c16a4cb
4 changed files with 20 additions and 13 deletions

View File

@@ -92,7 +92,9 @@
</if>
and ifnull(delete_flag,'0') !='1'
order by sort asc, id desc
limit 0,1000
<if test="limit != null">
limit 0, 500
</if>
</select>
<select id="getInfoById" resultType="com.jsh.erp.datasource.entities.Supplier">