src/main/resources/mapper/MaterialMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/MaterialMapper.xml
@@ -197,7 +197,7 @@ and sub_name like '%${subName}%' </if> <if test="subModel!=null&&subModel!=''"> and sub_name like '%${subModel}%' and sub_model like '%${subModel}%' </if> </where> order by id asc