去掉supermarket_material表
This commit is contained in:
parent
26129929bb
commit
7efee531b8
|
|
@ -120,7 +120,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<foreach item="materialId" collection="materialIds" open="(" separator="," close=")">
|
<foreach item="materialId" collection="materialIds" open="(" separator="," close=")">
|
||||||
#{materialId}
|
#{materialId}
|
||||||
</foreach>
|
</foreach>
|
||||||
<if test="goodsType != null "> and cm.goods_type = #{goodsType}</if>
|
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue