去掉supermarket_material表

This commit is contained in:
sxu 2025-06-30 17:52:41 +08:00
parent 26129929bb
commit 7efee531b8
1 changed files with 0 additions and 1 deletions

View File

@ -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>