用户进店信息记录
团购卷卷码排序 团购卷支付
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
|
||||
from tb_group_order_coupon
|
||||
where order_id = #{orderId}
|
||||
order by is_refund
|
||||
</select>
|
||||
|
||||
<select id="queryNoRefundByOrderId" resultMap="TbGroupOrderCouponMap">
|
||||
@@ -40,7 +41,7 @@
|
||||
|
||||
from tb_group_order_coupon
|
||||
where order_id = #{orderId}
|
||||
AND isRefund = 0
|
||||
AND is_refund = 0
|
||||
</select>
|
||||
|
||||
<!--查询指定行数据-->
|
||||
|
||||
Reference in New Issue
Block a user