lxw
2022-11-17 61b2033a50173ec0703fa63cb9cb6410d871fac0
cad/material 修改型号的模糊查询
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/MaterialMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/MaterialMapper.xml
@@ -197,7 +197,7 @@
                 and sub_name like '%${subName}%'
             </if>
             <if test="subModel!=null&amp;&amp;subModel!=''">
                 and sub_name like '%${subModel}%'
                 and sub_model like '%${subModel}%'
             </if>
         </where>
         order by id asc