@@ -67,7 +67,7 @@ public interface FsStoreProductRelationMapper
@Select({"<script> " +
@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 " +