浏览代码

bugfix:5360我的评价展示申诉删除的

刘云鑫 4 小时之前
父节点
当前提交
e59ffd748e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      alien-store/src/main/java/shop/alien/store/service/impl/CommonRatingServiceImpl.java

+ 1 - 1
alien-store/src/main/java/shop/alien/store/service/impl/CommonRatingServiceImpl.java

@@ -1202,7 +1202,7 @@ public class CommonRatingServiceImpl extends ServiceImpl<CommonRatingMapper, Com
         QueryWrapper<CommonRating> wrapper = new QueryWrapper<>();
         wrapper.eq(businessType!=null,"cr.business_type", businessType)
                 .eq(userId != null, "cr.user_id", userId)
-                .eq("cr.delete_flag", 0)
+//                .eq("cr.delete_flag", 0)
                 .eq(auditStatus != null,"cr.audit_status", auditStatus);
         wrapper.eq("cr.is_show", 1);
         wrapper.orderByDesc("cr.created_time");