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