完善供应商、客户、会员查询接口,支持模糊查询
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user