소스 검색

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

刘云鑫 5 시간 전
부모
커밋
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");