|
@@ -26,7 +26,7 @@ public interface StoreCommentAppealMapper extends BaseMapper<StoreCommentAppeal>
|
|
|
* @param queryWrapper 查询条件
|
|
* @param queryWrapper 查询条件
|
|
|
* @return IPage<StoreCommentAppealVo>
|
|
* @return IPage<StoreCommentAppealVo>
|
|
|
*/
|
|
*/
|
|
|
- @Select("select a.*, b.dict_detail appeal_status_str, c.comment_content, c.comment_star, c.score 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 " +
|
|
|
|
|
|
|
+ @Select("select a.*, b.dict_detail appeal_status_str, c.comment_content, c.comment_star, c.score score, c.other_score,c.is_anonymous,c.img_id commentImgId, 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 " +
|
|
"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_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 " +
|
|
"left join store_comment c on a.comment_id = c.id " +
|