zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsDao.xml
@@ -1296,4 +1296,14 @@ and a.good_type=#{record.goodType} </if> </select> <select id="selectByIds" resultMap="ShoppingGoodsSimpleMap"> select * from shopping_goods where id in <foreach collection="ids" item="item" separator="," open="(" close=")"> #{item} </foreach> </select> </mapper>