魏超 5 年之前
父節點
當前提交
af334cb470
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      src/main/resources/mapper/HelpActivityMapper.xml

+ 2
- 0
src/main/resources/mapper/HelpActivityMapper.xml 查看文件

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