|
@@ -121,7 +121,7 @@ public interface FsStoreCartScrmMapper
|
|
|
|
|
|
|
|
@Select({"<script> " +
|
|
@Select({"<script> " +
|
|
|
"select q.* FROM (" +
|
|
"select q.* FROM (" +
|
|
|
- "select c.*,p.cate_id,p.product_name,p.image as product_image,p.temp_id,p.product_type,v.price,v.ot_price," +
|
|
|
|
|
|
|
+ "select c.*,p.cate_id,p.product_name,p.common_name, p.image as product_image,p.temp_id,p.product_type,v.price,v.ot_price," +
|
|
|
"v.sku as product_attr_name,v.image as product_attr_image,v.stock,v.cost,v.integral,v.weight," +
|
|
"v.sku as product_attr_name,v.image as product_attr_image,v.stock,v.cost,v.integral,v.weight," +
|
|
|
"v.volume,v.bar_code,v.group_bar_code,v.brokerage,v.brokerage_two," +
|
|
"v.volume,v.bar_code,v.group_bar_code,v.brokerage,v.brokerage_two," +
|
|
|
"v.brokerage_three,s.store_id,s.store_name from fs_store_cart_scrm c left join fs_store_product_scrm p " +
|
|
"v.brokerage_three,s.store_id,s.store_name from fs_store_cart_scrm c left join fs_store_product_scrm p " +
|
|
@@ -170,7 +170,7 @@ public interface FsStoreCartScrmMapper
|
|
|
|
|
|
|
|
@Select({"<script> " +
|
|
@Select({"<script> " +
|
|
|
"select q.* FROM (" +
|
|
"select q.* FROM (" +
|
|
|
- "select c.*,p.product_type,p.product_name,p.image as product_image,v.price,v.sku as product_attr_name," +
|
|
|
|
|
|
|
+ "select c.*,p.product_type,p.product_name,p.common_name, p.image as product_image,v.price,v.sku as product_attr_name," +
|
|
|
"v.image as product_attr_image,v.stock,s.store_id,s.store_name " +
|
|
"v.image as product_attr_image,v.stock,s.store_id,s.store_name " +
|
|
|
"from fs_store_cart_scrm c " +
|
|
"from fs_store_cart_scrm c " +
|
|
|
"inner join fs_store_product_scrm p on p.product_id=c.product_id " +
|
|
"inner join fs_store_product_scrm p on p.product_id=c.product_id " +
|