店铺
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user