去掉supermarket_material表
This commit is contained in:
parent
8081718c62
commit
252c156d5f
|
|
@ -38,7 +38,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<include refid="selectCookMaterialTypeVo"/>
|
||||
<where>
|
||||
material_type_id = #{materialTypeId}
|
||||
<if test="goodsType != null "> and goods_type = #{goodsType}</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
|
|
@ -48,7 +47,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<where>
|
||||
material_type_name = #{materialTypeName}
|
||||
<if test="materialTypeId != null and materialTypeId != ''">and material_type_id != #{materialTypeId}</if>
|
||||
<if test="goodsType != null "> and goods_type = #{goodsType}</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue