1
This commit is contained in:
@@ -383,4 +383,10 @@
|
||||
<include refid="selectOrderRowsVo"/>
|
||||
where order_id = #{orderId}
|
||||
</select>
|
||||
|
||||
<select id="selectOrderRowsByGiftCouponKey" parameterType="String" resultMap="OrderRowsResult">
|
||||
<include refid="selectOrderRowsVo"/>
|
||||
where gift_coupon_key = #{giftCouponKey}
|
||||
order by order_time desc
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user