wangkaiyue hace 4 años
padre
commit
16564c3ff4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      entity/merge.go

+ 2 - 2
entity/merge.go

@@ -17,8 +17,8 @@ import (
 var (
 	//app推送?? 文库 积分??
 	phField        = []string{"s_phone", "s_password"}
-	wxField        = []string{"s_unionid", "s_name", "s_nickname", "i_sex", "s_country", "s_province", "s_city", "s_headimageurl", "s_m_openid", "a_m_openid", "i_ispush", "i_applystatus", "l_firstpushtime", "l_w_registedate", "l_firstpushtime", "l_registedate", "a_collect_phone"}
-	commonField    = []string{"i_appid", "s_appponetype", "s_jpushid", "s_opushid", "s_appversion", "i_apppushunread", "i_entniche_first", "i_sourceid", "s_sourceid", "s_rsource", "s_company", "s_myemail", "l_updatemyemail", "i_interested"}
+	wxField        = []string{"s_unionid", "s_name", "s_nickname", "i_sex", "s_country", "s_province", "s_city", "s_headimageurl", "s_m_openid", "a_m_openid", "i_ispush", "i_applystatus", "l_w_registedate"}
+	commonField    = []string{"i_appid", "s_appponetype", "s_jpushid", "s_opushid", "s_appversion", "i_apppushunread", "i_entniche_first", "i_sourceid", "s_sourceid", "s_rsource", "s_company", "s_myemail", "l_updatemyemail", "i_interested", "l_registedate", "l_firstpushtime", "a_collect_phone"}
 	waitPushTables = []string{"pushprojectforecast", "pushspace", "pushspace_entchange", "pushspace_entchange_temp", "pushspace_entchange_wait", "pushspace_entniche", "pushspace_entniche_project",
 		"pushspace_entniche_temp", "pushspace_entniche_wait", "pushspace_fail", "pushspace_followent", "pushspace_followent_temp", "pushspace_followent_wait", "pushspace_followproject", "pushspace_followproject_temp",
 		"pushspace_followproject_wait", "pushspace_member", "pushspace_member_project", "pushspace_member_statistic", "pushspace_member_statistic_matchitem", "pushspace_member_statistic_project", "pushspace_member_statistic_winner",