abiao лет назад: 4
Родитель
Сommit
72d0bcdb97

+ 2 - 2
go/gopath/src/fohow.com/apps/controllers/user_controller/agent_apply_controller.go

@@ -185,12 +185,12 @@ func (self *UserController) GetAgentDetailByWxUid() {
 	}
 	//wxUId := int64(1781)
 	item := user_model.GetAgentApplyByWxUId(id)
-	if item == nil {
+	/*if item == nil {
 		//self.ReturnError(403, apps.NoExist, "", nil)
 	}
 	if item.WxUId != id {
 		//self.ReturnError(403, apps.NoExist, "", nil)
-	}
+	}*/
 	item.SaleGroup = curWxUser.SaleGroup
 	item.SaleGroupSum = curWxUser.SaleGroupSum
 	self.Data["json"] = item