魏超 пре 5 година
родитељ
комит
af334cb470
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2
    0
      src/main/resources/mapper/HelpActivityMapper.xml

+ 2
- 0
src/main/resources/mapper/HelpActivityMapper.xml Прегледај датотеку

@@ -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