소스 검색

agent apply id

abiao 4 년 전
부모
커밋
d1151a00b5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      go/gopath/src/fohow.com/apps/controllers/user_controller/agent_apply_controller.go

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

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