|
|
@@ -26,7 +26,7 @@ public interface StoreCommentAppealMapper extends BaseMapper<StoreCommentAppeal>
|
|
|
* @param queryWrapper 查询条件
|
|
|
* @return IPage<StoreCommentAppealVo>
|
|
|
*/
|
|
|
- @Select("select a.*, b.dict_detail appeal_status_str, c.comment_content, c.comment_star, c.score, c.other_score, d.user_name, d.user_image, e.store_name, f.phone store_phone, f.name store_contact, e.store_type " +
|
|
|
+ @Select("select a.*, b.dict_detail appeal_status_str, c.comment_content, c.comment_star, c.score, c.other_score,c.is_anonymous, d.user_name, d.user_image, e.store_name, f.phone store_phone, f.name store_contact, e.store_type " +
|
|
|
"from store_comment_appeal a " +
|
|
|
"left join store_dictionary b on a.appeal_status = b.dict_id and b.type_name = 'appealStatus' and b.delete_flag = 0 " +
|
|
|
"left join store_comment c on a.comment_id = c.id " +
|
|
|
@@ -55,7 +55,7 @@ public interface StoreCommentAppealMapper extends BaseMapper<StoreCommentAppeal>
|
|
|
* @param queryWrapper 查询条件
|
|
|
* @return StoreCommentAppealVo
|
|
|
*/
|
|
|
- @Select("select a.*, b.dict_detail appeal_status_str, c.comment_content, c.score, c.other_score, a.created_time comment_time, c.comment_star,c.img_id commentImgId, d.user_name, e.phone store_phone, d.user_name userName, d.user_image userImage " +
|
|
|
+ @Select("select a.*, b.dict_detail appeal_status_str, c.comment_content, c.score, c.other_score, a.created_time comment_time, c.comment_star,c.is_anonymous,c.img_id commentImgId, d.user_name, e.phone store_phone, d.user_name userName, d.user_image userImage " +
|
|
|
"from store_comment_appeal a " +
|
|
|
"left join store_dictionary b on a.appeal_status = b.dict_id and b.type_name = 'appealStatus' " +
|
|
|
"left join store_comment c on a.comment_id = c.id " +
|