|
|
@@ -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
|