店铺信息

This commit is contained in:
2025-12-18 18:57:37 +08:00
parent 3e289d61e0
commit 1ac1c367b4
3 changed files with 6 additions and 3 deletions

View File

@@ -97,7 +97,7 @@
gb_order `order`
LEFT JOIN gb_order_detail detail on detail.group_order_no = `order`.group_order_no and `detail`.shop_id = #{shopId} and `detail`.user_id = #{userId} and `detail`.is_del = 0
LEFT JOIN tb_shop_user `user` on `user`.main_shop_id = #{mainShopId} and `user`.user_id = detail.user_id
LEFT JOIN tb_shop_info shop on detail.shop_id = shop.id
LEFT JOIN tb_shop_info shop on `order`.shop_id = shop.id
WHERE
`order`.group_order_no = #{groupOrderNo}
order by detail.create_time desc