@@ -119,6 +119,7 @@ public class KuaiShouGroup {
* APP图标存储地址
*/
private String appIconUrl;
+ private Integer unitSource;
// 转化目标
@@ -38,7 +38,8 @@
group_update_time,
create_time,
update_time,
- study_status)
+ study_status,
+ unit_source)
values
<foreach collection="groups" item="getGroup" separator=",">
(
@@ -77,7 +78,8 @@
#{getGroup.groupUpdateTime},
#{getGroup.createTime},
#{getGroup.updateTime},
- #{getGroup.studyStatus})
+ #{getGroup.studyStatus},
+ #{getGroup.unitSource})
</foreach>
</insert>