删除超市原料时加保护
This commit is contained in:
parent
cba0e5bc7b
commit
72dc664e10
|
|
@ -48,7 +48,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
where product_id = #{productId}
|
||||
</select>
|
||||
|
||||
<select id="selectSupermarketProductByMaterialIds" parameterType="String" resultType="SupermarketProductResult">
|
||||
<select id="selectSupermarketProductByMaterialIds" parameterType="String" resultMap="SupermarketProductResult">
|
||||
<include refid="selectSupermarketProductVo"/>
|
||||
where material_id in
|
||||
<foreach item="materialId" collection="array" open="(" separator="," close=")">
|
||||
|
|
|
|||
Loading…
Reference in New Issue