|
|
@@ -27,6 +27,7 @@
|
|
|
appeal.appeal_reason,
|
|
|
appeal.appeal_status AS appeal_type,
|
|
|
si.img_url as appeal_image,
|
|
|
+ sg.img_url AS commentImage,
|
|
|
CASE
|
|
|
appeal.appeal_status
|
|
|
WHEN 0 THEN
|
|
|
@@ -54,6 +55,7 @@
|
|
|
LEFT JOIN store_comment `comment` ON `comment`.id = appeal.comment_id
|
|
|
LEFT JOIN life_user lu ON `comment`.user_id = lu.id
|
|
|
LEFT JOIN store_img si ON appeal.img_id = si.id
|
|
|
+ LEFT JOIN store_img sg ON sg.id = `comment`.img_id
|
|
|
WHERE
|
|
|
1 = 1
|
|
|
<if test="storeName != null and storeName != ''">
|