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