@@ -61,6 +61,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="chapterId != null">
and chapter_id = #{chapterId}
</if>
+ <if test="orderGoodsId != null">
+ and order_goods_id = #{orderGoodsId}
+ </if>
</select>
</mapper>