소스 검색

feat:删除商机管理相关

zhangxinlei1996 3 년 전
부모
커밋
76934ed5c7
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      entity/subscribe.go

+ 2 - 4
entity/subscribe.go

@@ -64,11 +64,9 @@ func (this *UserInfoReq) GetUserInfo() (ret map[string]interface{}, msg string)
 	case "e":
 		//商机管理
 		entnicheJy := this.EntnicheSub()
-		if entnicheJy == nil {
-			entniche_status = -1
-			return nil, "未查询到用户信息"
+		if entnicheJy != nil {
+			object = this.format(entnicheJy)
 		}
-		object = this.format(entnicheJy)
 	case "v":
 		//超级订阅
 		if (*data)["o_vipjy"] != nil {