去掉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"/>
|
<include refid="selectCookMaterialTypeVo"/>
|
||||||
<where>
|
<where>
|
||||||
material_type_id = #{materialTypeId}
|
material_type_id = #{materialTypeId}
|
||||||
<if test="goodsType != null "> and goods_type = #{goodsType}</if>
|
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
@ -48,7 +47,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<where>
|
<where>
|
||||||
material_type_name = #{materialTypeName}
|
material_type_name = #{materialTypeName}
|
||||||
<if test="materialTypeId != null and materialTypeId != ''">and material_type_id != #{materialTypeId}</if>
|
<if test="materialTypeId != null and materialTypeId != ''">and material_type_id != #{materialTypeId}</if>
|
||||||
<if test="goodsType != null "> and goods_type = #{goodsType}</if>
|
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue