@@ -494,6 +494,8 @@ public class PageServiceImpl implements PageService {
iterator.remove();
}
+ } else {
+ iterator.remove();
} else {
image.setListType(2);
@@ -115,7 +115,7 @@
cshd.detailTalkFlag as detailTalkFlag
from product p
left join cm_second_hand_detail cshd on p.productID = cshd.productID
- where p.productID = #{productId}
+ where p.productID = #{productId} and p.validFlag = 2
</select>
<select id="getSupplierFloorImage" resultType="com.caimei365.commodity.model.vo.ShopFloorVo">
select id, crmImage, wwwImage, wwwLink