瀏覽代碼

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

刘云鑫 16 小時之前
父節點
當前提交
8d3804bd33
共有 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

@@ -1216,7 +1216,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");