|
@@ -67,7 +67,7 @@ public interface FsStoreProductRelationMapper
|
|
|
|
|
|
|
|
|
@Select({"<script> " +
|
|
|
- "select p.image,p.product_name,p.price,r.* from fs_store_product_relation r left join fs_store_product p on p.product_id=r.product_id " +
|
|
|
+ "select p.image,p.product_name,p.price,p.ot_price,r.* from fs_store_product_relation r inner join fs_store_product p on p.product_id=r.product_id " +
|
|
|
"where r.is_del=0 " +
|
|
|
"<if test = 'maps.userId != null '> " +
|
|
|
"and r.user_id =#{maps.userId} " +
|