完善供应商、客户、会员查询接口,支持模糊查询

This commit is contained in:
jishenghua
2025-09-27 22:40:35 +08:00
parent d038d41190
commit 7199be6333

View File

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