This commit is contained in:
2025-03-01 09:52:35 +08:00
parent ffc620f6d8
commit 0fe3e43163
6 changed files with 10 additions and 6 deletions

View File

@@ -46,5 +46,6 @@
left join tb_product pros on cart.product_id = pros.id
left join tb_prod_sku skus on cart.sku_id = skus.id
where table_code = #{tableCode}
and cart.shop_id = #{shopId}
</select>
</mapper>