@@ -73,10 +73,6 @@ func exec(name string) {
updateUserNicknameAndHead()
case "udpate_sold_count": //更新已售数量
updateSoldCount()
- case "comb_user_relation": //梳理内部推荐关系
- //combUserRelation()
- case "comb_three_user_rank": //更新排名
- //threebUserRank()
case "comb_three_user": //更新内部关系
threebUserRelation()
case "register_wxuser": //修复数据--注册会员
@@ -38,6 +38,8 @@ func threebUserRelation() {
if departOneWxU != nil && departTwoWxU != nil {
user_model.UpdateRelatedDepart(departOneWxU.IntroInnerNo, departTwoWxU.IntroInnerNo, departOneWxU.Depart, departTwoWxU.Depart)
}
+ beego.BeeLogger.Warn("----------------end handle threebUserRelation ")
+
//time.Sleep(time.Duration(300) * time.Second)