优化商品模糊匹配的功能

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

@@ -77,8 +77,6 @@ public interface MaterialMapperEx {
List<String> getMaterialNameList();
List<String> getMaterialModelList();
List<Material> findByOrder(@Param("name") String name,
@Param("model") String model);
}