fanli/src/main/java/com/yeshi/fanli/mapping/order/CommonOrderGoodsMapper.xml
@@ -28,6 +28,17 @@ <include refid="Base_Column_List" /> from yeshi_ec_common_order_goods where cog_id = #{id,jdbcType=BIGINT} </select> <select id="listByByPrimaryKeys" resultMap="BaseResultMap"> select <include refid="Base_Column_List" /> from yeshi_ec_common_order_goods where <foreach collection="ids" item="id" open="(" close=")" separator=" or "> cog_id=#{id} </foreach> </select> <select id="listByGoodsIdAndGoodsType" resultMap="BaseResultMap"> select <include refid="Base_Column_List" />