魏超 vor 5 Jahren
Ursprung
Commit
af334cb470
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2
    0
      src/main/resources/mapper/HelpActivityMapper.xml

+ 2
- 0
src/main/resources/mapper/HelpActivityMapper.xml Datei anzeigen

@@ -61,6 +61,7 @@
61 61
                 a.city_id as cityId,
62 62
 				a.help_activity_id as activityId,
63 63
 				a.img as img,
64
+                a.banner_list_img as bannerListImg,
64 65
 				1 AS type
65 66
 			FROM
66 67
 				ta_help_activity a
@@ -82,6 +83,7 @@
82 83
                     s.city_id as cityId,
83 84
 					s.group_activity_id as activityId,
84 85
 					s.main_img as img,
86
+                    s.banner_list_img as bannerListImg,
85 87
 					2 AS type
86 88
 				FROM
87 89
 					ta_share_activity s