优化商品模糊匹配的功能

This commit is contained in:
季圣华
2020-06-04 21:07:37 +08:00
parent 927f75850b
commit c46ab52362
6 changed files with 6 additions and 54 deletions

View File

@@ -259,13 +259,6 @@
order by m.name asc
</select>
<select id="getMaterialModelList" resultType="java.lang.String">
select m.Model from jsh_material m
where m.Model is not null and m.Model !='' and ifnull(m.delete_Flag,'0') !='1'
group by m.Model
order by m.Model asc
</select>
<select id="findByOrder" resultType="com.jsh.erp.datasource.entities.Material">
select m.*
FROM jsh_material m