用户进店信息记录

团购卷卷码排序
团购卷支付
This commit is contained in:
2024-05-20 15:29:02 +08:00
parent 1aea7ba5ba
commit 1c3908a9ce
5 changed files with 71 additions and 18 deletions

View File

@@ -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>
<!--查询指定行数据-->