|
|
@@ -173,7 +173,7 @@ WHERE
|
|
|
"AND luo.coupon_type = 2 " +
|
|
|
"AND luo.delete_flag = 0 " +
|
|
|
"AND luo.user_id = #{userId} " +
|
|
|
- "AND luo.id NOT IN (SELECT business_id FROM store_comment WHERE business_type = 5 AND user_id = #{userId} AND delete_flag = 0)")
|
|
|
+ "AND luo.id NOT IN (SELECT business_id FROM store_comment WHERE business_type = 5 AND user_id = #{userId})")
|
|
|
IPage<LifeUserOrderCommentVo> getCommentOrderWPJPage(IPage<LifeUserOrderCommentVo> page, @Param("userId") String userId);
|
|
|
|
|
|
@Select("SELECT " +
|
|
|
@@ -183,6 +183,6 @@ WHERE
|
|
|
"AND luo.coupon_type = 2 " +
|
|
|
"AND luo.delete_flag = 0 " +
|
|
|
"AND luo.user_id = #{userId} " +
|
|
|
- "AND luo.id IN (SELECT business_id FROM store_comment WHERE business_type = 5 AND user_id = #{userId} AND delete_flag = 0)")
|
|
|
+ "AND luo.id IN (SELECT business_id FROM store_comment WHERE business_type = 5 AND user_id = #{userId})")
|
|
|
IPage<LifeUserOrderCommentVo> getCommentOrderYPJPage(IPage<LifeUserOrderCommentVo> page, @Param("userId") String userId);
|
|
|
}
|