去掉supermarket_material表
This commit is contained in:
parent
252c156d5f
commit
26129929bb
|
|
@ -94,7 +94,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<include refid="selectCookMaterialVo"/>
|
<include refid="selectCookMaterialVo"/>
|
||||||
<where>
|
<where>
|
||||||
cm.material_id = #{materialId}
|
cm.material_id = #{materialId}
|
||||||
<if test="goodsType != null "> and cm.goods_type = #{goodsType}</if>
|
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
@ -103,7 +102,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<where>
|
<where>
|
||||||
material_code = #{materialCode}
|
material_code = #{materialCode}
|
||||||
<if test="materialId != null and materialId != ''"> and material_id != #{materialId}</if>
|
<if test="materialId != null and materialId != ''"> and material_id != #{materialId}</if>
|
||||||
<if test="goodsType != null "> and cm.goods_type = #{goodsType}</if>
|
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
@ -112,7 +110,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<where>
|
<where>
|
||||||
material_name = #{materialName}
|
material_name = #{materialName}
|
||||||
<if test="materialId != null and materialId != ''"> and material_id != #{materialId}</if>
|
<if test="materialId != null and materialId != ''"> and material_id != #{materialId}</if>
|
||||||
<if test="goodsType != null "> and cm.goods_type = #{goodsType}</if>
|
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue