Ver Fonte

绑定手机号用户调整

WH01243 há 8 meses atrás
pai
commit
4a6e5500c9
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      clueSync/jobutil.go

+ 0 - 1
clueSync/jobutil.go

@@ -785,7 +785,6 @@ func userbase() {
 			registedate := common.ObjToString(v["l_registedate"])
 			name := common.ObjToString(v["name"])
 			nowTime := time.Now().Format(date.Date_Full_Layout)
-			source := common.ObjToString(v["source"])
 			layout := "2006-01-02 15:04:05"
 			createtime := gconv.String(v["createtime"])
 			createtimeInt64, _ := time.Parse(layout, createtime)