master:去掉over_price在xml中引用;
parent
aade0ef429
commit
4bd4c4ff62
|
|
@ -83,7 +83,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
spc.color_name,
|
||||
(SELECT MIN(spcs.price) FROM store_product_color_size spcs
|
||||
WHERE spcs.store_prod_id = spc.store_prod_id AND spcs.store_color_id = spc.store_color_id AND spcs.del_flag = 0) AS price,
|
||||
sp.over_price,
|
||||
spc.order_num
|
||||
FROM
|
||||
store_product_color spc
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
spc.id AS storeProdColorId,
|
||||
spc.color_name,
|
||||
spcs.size,
|
||||
sp.over_price,
|
||||
spcs.standard,
|
||||
sp.prod_art_num,
|
||||
spcs.price,
|
||||
|
|
@ -53,7 +52,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
spc.id AS storeProdColorId,
|
||||
spc.color_name,
|
||||
spcs.size,
|
||||
sp.over_price,
|
||||
spcs.standard,
|
||||
sp.prod_art_num,
|
||||
spcs.price,
|
||||
|
|
|
|||
|
|
@ -235,7 +235,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
sp.prod_art_num,
|
||||
sp.prod_title,
|
||||
sp.create_time,
|
||||
sp.over_price,
|
||||
spd.detail,
|
||||
EXISTS ( SELECT 1 FROM user_favorites uf WHERE sp.id = uf.store_prod_id AND uf.del_flag = 0 AND uf.user_id = #{userId} ) AS collectProd
|
||||
FROM
|
||||
|
|
|
|||
Loading…
Reference in New Issue