article.go 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664
  1. package controllers
  2. import (
  3. "bufio"
  4. "github.com/pdfcpu/pdfcpu/pkg/api"
  5. "github.com/pdfcpu/pdfcpu/pkg/pdfcpu"
  6. "io"
  7. //"bufio"
  8. "encoding/json"
  9. "fmt"
  10. "github.com/medivhzhan/weapp/v2"
  11. "os"
  12. //"github.com/pdfcpu/pdfcpu/pkg/api"
  13. //"github.com/pdfcpu/pdfcpu/pkg/pdfcpu"
  14. "hongze/hongze_cygx/models"
  15. "hongze/hongze_cygx/services"
  16. "hongze/hongze_cygx/utils"
  17. "html"
  18. nhttp "net/http"
  19. "strconv"
  20. "strings"
  21. "time"
  22. )
  23. type ArticleController struct {
  24. BaseAuthController
  25. }
  26. type ArticleCommonController struct {
  27. BaseCommonController
  28. }
  29. type ArticleControllerMobile struct {
  30. BaseAuthMobileController
  31. }
  32. // @Title 获取报告详情
  33. // @Description 获取报告详情接口
  34. // @Param ArticleId query int true "报告ID"
  35. // @Success 200 {object} models.ArticleDetailResp
  36. // @router /detail [get]
  37. func (this *ArticleController) Detail() {
  38. br := new(models.BaseResponse).Init()
  39. defer func() {
  40. this.Data["json"] = br
  41. this.ServeJSON()
  42. }()
  43. user := this.User
  44. if user == nil {
  45. br.Msg = "请登录"
  46. br.ErrMsg = "请登录,用户信息为空"
  47. br.Ret = 408
  48. return
  49. }
  50. uid := user.UserId
  51. articleId, err := this.GetInt("ArticleId")
  52. if articleId <= 0 {
  53. br.Msg = "文章不存在"
  54. br.ErrMsg = "文章不存在,文章ID错误"
  55. return
  56. }
  57. detail := new(models.ArticleDetail)
  58. hasPermission := 0
  59. hasFree := 0
  60. var haveResearch bool
  61. //判断是否已经申请过
  62. applyCount, err := models.GetApplyRecordCount(uid)
  63. if err != nil && err.Error() != utils.ErrNoRow() {
  64. br.Msg = "获取信息失败"
  65. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  66. return
  67. }
  68. resp := new(models.ArticleDetailResp)
  69. detail, err = models.GetArticleDetailById(articleId)
  70. if err != nil {
  71. br.Msg = "获取信息失败"
  72. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  73. return
  74. }
  75. //是否属于专项调研报告
  76. if detail.SubCategoryName == "专项调研" {
  77. detail.IsSpecialArticle = true
  78. havePower, err := services.GetSpecialArticleDetailUserPower(user, detail)
  79. if err != nil {
  80. br.Msg = "获取信息失败"
  81. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  82. return
  83. }
  84. if !havePower {
  85. hasPermission, sellerName, sellerMobile, popupMsg, err := services.GetUserHasPermission(user)
  86. if err != nil {
  87. br.Msg = "获取信息失败"
  88. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  89. return
  90. }
  91. resp.PopupMsg = popupMsg
  92. resp.HasPermission = hasPermission
  93. resp.SellerName = sellerName
  94. resp.SellerMobile = sellerMobile
  95. detail.Body = ""
  96. detail.Abstract = ""
  97. detail.BodyText = ""
  98. detail.SellerName = sellerName
  99. detail.SellerMobile = sellerMobile
  100. resp.Detail = detail
  101. br.Ret = 200
  102. br.Success = true
  103. br.Msg = "获取成功"
  104. br.Data = resp
  105. return
  106. }
  107. }
  108. //`description:"1:有该行业权限,正常展示,2:无该行业权限,不存在权益客户下,3:无该品类权限,4:潜在客户,未提交过申请,5:潜在客户,已提交过申请"`
  109. if user.CompanyId > 1 {
  110. companyPermission, err := models.GetCompanyPermission(user.CompanyId)
  111. if err != nil {
  112. br.Msg = "获取信息失败"
  113. br.ErrMsg = "判断是否已申请访谈失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  114. return
  115. }
  116. detail.PublishDate = utils.TimeRemoveHms(detail.PublishDate)
  117. detail.Body = html.UnescapeString(detail.Body)
  118. detail.Body = strings.Replace(detail.Body, "<p data-f-id=\"pbf\" style=\"text-align: center; font-size: 14px; margin-top: 30px; opacity: 0.65; font-family: sans-serif;\">Powered by <a href=\"https://www.froala.com/wysiwyg-editor?pb=1\" title=\"Froala Editor\">Froala Editor</a></p>", "", -1)
  119. detail.Body = strings.Replace(detail.Body, "pre", "div", -1)
  120. //detail.Abstract = html.UnescapeString(detail.Abstract)
  121. detail.Abstract, _ = services.GetReportContentTextSubNew(detail.Abstract)
  122. if companyPermission == "" {
  123. if applyCount > 0 {
  124. hasPermission = 5
  125. } else {
  126. hasPermission = 2
  127. }
  128. hasFree = 2
  129. goto Loop
  130. } else {
  131. hasFree = 1
  132. var articlePermissionPermissionName string
  133. if detail.CategoryId > 0 {
  134. articlePermission, err := models.GetArticlePermission(detail.CategoryId)
  135. if err != nil {
  136. br.Msg = "获取信息失败"
  137. br.ErrMsg = "获取报告权限失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  138. return
  139. }
  140. if articlePermission == nil {
  141. br.Msg = "获取信息失败"
  142. br.ErrMsg = "报告权限不存在,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  143. return
  144. }
  145. articlePermissionPermissionName = articlePermission.PermissionName
  146. } else {
  147. articlePermissionPermissionName = detail.CategoryName
  148. }
  149. var hasPersion bool
  150. slice := strings.Split(articlePermissionPermissionName, ",")
  151. for _, v := range slice {
  152. if strings.Contains(companyPermission, v) {
  153. hasPersion = true
  154. }
  155. }
  156. if strings.Contains(detail.CategoryName, "研选") {
  157. detail.IsResearch = true
  158. }
  159. userType, _, err := services.GetUserType(user.CompanyId)
  160. if err != nil {
  161. br.Msg = "获取信息失败"
  162. br.ErrMsg = "获取用户信息失败,Err:" + err.Error()
  163. return
  164. }
  165. if userType == 1 && strings.Contains(detail.CategoryName, "研选") {
  166. hasPersion = false
  167. }
  168. if detail.IsReport == 1 {
  169. detailCategory, err := models.GetdetailByCategoryIdSando(detail.CategoryId)
  170. if err != nil && err.Error() != utils.ErrNoRow() {
  171. br.Msg = "获取信息失败"
  172. br.ErrMsg = "获取信息失败,Err:" + err.Error() + "categoryID 不存在:" + strconv.Itoa(detail.CategoryId)
  173. return
  174. }
  175. permissionStr, err := models.GetCompanyPermissionByUser(user.CompanyId)
  176. if err != nil {
  177. br.Msg = "获取信息失败"
  178. br.ErrMsg = "获取客户信息失败,Err:" + err.Error()
  179. return
  180. }
  181. if detailCategory != nil {
  182. if detailCategory.PermissionType == 1 {
  183. if !strings.Contains(permissionStr, detailCategory.ChartPermissionName+"(主观)") {
  184. hasPersion = false
  185. }
  186. } else if detailCategory.PermissionType == 2 {
  187. if !strings.Contains(permissionStr, detailCategory.ChartPermissionName+"(客观)") {
  188. hasPersion = false
  189. }
  190. }
  191. }
  192. }
  193. if hasPersion {
  194. hasPermission = 1
  195. historyRecord := new(models.CygxArticleHistoryRecord)
  196. historyRecord.UserId = uid
  197. historyRecord.ArticleId = articleId
  198. historyRecord.CreateTime = time.Now()
  199. historyRecord.Mobile = user.Mobile
  200. historyRecord.Email = user.Email
  201. historyRecord.CompanyId = user.CompanyId
  202. historyRecord.CompanyName = user.CompanyName
  203. recordCount, _ := models.GetNoAddStoptimeArticleCount(uid, articleId)
  204. if recordCount == 0 {
  205. go models.AddCygxArticleHistoryRecord(historyRecord)
  206. } else {
  207. detailNew, err := models.GetNewArticleHistoryRecord(uid, articleId)
  208. if err != nil {
  209. br.Msg = "获取信息失败"
  210. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  211. return
  212. }
  213. if detailNew.StopTime > 0 {
  214. go models.AddCygxArticleHistoryRecord(historyRecord)
  215. }
  216. }
  217. //30分钟之内阅读同一篇文章不错二次推送
  218. key := "CYGX_ARTICLE_READ" + strconv.Itoa(articleId) + "_" + strconv.Itoa(uid)
  219. if !utils.Rc.IsExist(key) {
  220. go services.ArticleUserRemind(user, detail, 1)
  221. utils.Rc.Put(key, 1, 30*time.Second)
  222. }
  223. } else { //无该行业权限
  224. companyDetail, err := models.GetCompanyDetailById(user.CompanyId)
  225. if err == nil && companyDetail.ProductId == 1 {
  226. hasPermission = 2
  227. } else {
  228. hasPermission = 3
  229. }
  230. }
  231. if hasPermission == 1 {
  232. key := "CYGX_ARTICLE_" + strconv.Itoa(articleId) + "_" + strconv.Itoa(uid)
  233. if !utils.Rc.IsExist(key) {
  234. //新增浏览记录
  235. record := new(models.CygxArticleViewRecord)
  236. record.UserId = uid
  237. record.ArticleId = articleId
  238. record.CreateTime = time.Now()
  239. record.Mobile = user.Mobile
  240. record.Email = user.Email
  241. record.CompanyId = user.CompanyId
  242. record.CompanyName = user.CompanyName
  243. go models.AddCygxArticleViewRecord(record)
  244. utils.Rc.Put(key, 1, 5*time.Second)
  245. models.ModifyReportLastViewTime(uid)
  246. }
  247. }
  248. }
  249. collectCount, err := models.GetArticleCollectCount(uid, articleId)
  250. if err != nil && err.Error() != utils.ErrNoRow() {
  251. br.Msg = "获取信息失败"
  252. br.ErrMsg = "判断是否已收藏失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  253. return
  254. }
  255. if collectCount > 0 {
  256. detail.IsCollect = true
  257. }
  258. interviewApplyItem, err := models.GetArticleInterviewApply(uid, articleId)
  259. if err != nil && err.Error() != utils.ErrNoRow() {
  260. br.Msg = "获取信息失败"
  261. br.ErrMsg = "判断是否已申请访谈失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  262. return
  263. }
  264. if interviewApplyItem != nil && interviewApplyItem.InterviewApplyId > 0 {
  265. detail.IsInterviewApply = true
  266. detail.InterviewApplyStatus = interviewApplyItem.Status
  267. }
  268. //获取销售手机号
  269. sellerItem, err := models.GetSellerByCompanyId(user.CompanyId)
  270. if err != nil && err.Error() != utils.ErrNoRow() {
  271. br.Msg = "获取信息失败"
  272. br.ErrMsg = "获取销售数据失败2,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  273. return
  274. }
  275. if sellerItem != nil {
  276. detail.SellerMobile = sellerItem.Mobile
  277. detail.SellerName = sellerItem.RealName
  278. }
  279. sellerList, err := models.GetSellerList(articleId)
  280. if err != nil {
  281. br.Msg = "获取信息失败"
  282. br.ErrMsg = "获取销售数据失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  283. return
  284. }
  285. if detail.ArticleId >= utils.SummaryArticleId && strings.Contains(detail.SellerAndMobile, "-") {
  286. strnum := strings.Index(detail.SellerAndMobile, "-")
  287. detail.SellerAndMobile = detail.SellerAndMobile[0:strnum]
  288. if strnum > 0 {
  289. nickName := detail.SellerAndMobile[0:strnum]
  290. sellerAndMobile := &models.SellerRep{
  291. SellerMobile: "",
  292. SellerName: nickName,
  293. }
  294. sellerList = append(sellerList, sellerAndMobile)
  295. }
  296. }
  297. detail.SellerList = sellerList
  298. //作者头像
  299. if detail.DepartmentId > 0 {
  300. departmentDetail, err := models.GetArticleDepartmentDateilById(detail.DepartmentId)
  301. if err == nil {
  302. detail.DepartmentImgUrl = departmentDetail.ImgUrl
  303. }
  304. }
  305. } else { //潜在客户
  306. if applyCount > 0 {
  307. hasPermission = 5
  308. } else {
  309. hasPermission = 4
  310. }
  311. }
  312. Loop:
  313. if hasPermission != 1 {
  314. detail.Body = ""
  315. detail.BodyText = ""
  316. } else {
  317. articleFollowdetail, err := models.GetArticleFollowDetail(articleId, uid)
  318. if err != nil {
  319. br.Msg = "获取信息失败"
  320. br.ErrMsg = "获取关注信息失败,Err:" + err.Error()
  321. return
  322. }
  323. detail.FollowNum = articleFollowdetail.DNum
  324. detail.CollectionNum = articleFollowdetail.AcNum
  325. if articleFollowdetail.MdNum > 0 {
  326. detail.IsFollow = true
  327. }
  328. if detail.IsSummary == 1 {
  329. detail.IsBelongSummary = true
  330. }
  331. if detail.IsReport == 1 {
  332. detail.IsBelongReport = true
  333. }
  334. haveResearch = true
  335. }
  336. if hasPermission == 5 {
  337. companyPermissionNoStatus, err := models.GetCompanyPermissionByUserNoStatus(user.CompanyId)
  338. if err != nil {
  339. br.Msg = "获取信息失败"
  340. br.ErrMsg = "判断是否已申请访谈失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  341. return
  342. }
  343. if companyPermissionNoStatus != "" {
  344. sellerItemQy, err := models.GetSellerByCompanyIdCheckFicc(user.CompanyId, 2)
  345. if err != nil && err.Error() != utils.ErrNoRow() {
  346. br.Msg = "获取信息失败"
  347. br.ErrMsg = "获取销售信息失败,Err:" + err.Error()
  348. return
  349. }
  350. if sellerItemQy != nil {
  351. hasPermission = 3
  352. detail.SellerMobile = sellerItemQy.Mobile
  353. detail.SellerName = sellerItemQy.RealName
  354. }
  355. }
  356. }
  357. if hasPermission == 2 || hasPermission == 4 {
  358. //获取销售手机号
  359. sellerItemQy, err := models.GetSellerByCompanyIdCheckFicc(user.CompanyId, 2)
  360. if err != nil && err.Error() != utils.ErrNoRow() {
  361. br.Msg = "获取信息失败"
  362. br.ErrMsg = "获取销售信息失败,Err:" + err.Error()
  363. return
  364. }
  365. if sellerItemQy != nil {
  366. hasPermission = 3
  367. detail.SellerMobile = sellerItemQy.Mobile
  368. detail.SellerName = sellerItemQy.RealName
  369. }
  370. }
  371. if detail.ArticleId < utils.SummaryArticleId {
  372. if user.Mobile != "" {
  373. chartUserTokenByMobile, _ := services.GetUserTokenByMobile(user.Mobile)
  374. detail.HttpUrl = utils.StrategyPlatform + strconv.Itoa(articleId) + "?token=" + chartUserTokenByMobile
  375. } else {
  376. detail.HttpUrl = utils.StrategyPlatform + strconv.Itoa(articleId)
  377. }
  378. detail.IsNeedJump = true
  379. }
  380. // 处理研选下面的路演精华 的报告链接是否跳转
  381. if hasPermission == 1 && detail.ArticleId > utils.SummaryArticleId && detail.ArticleTypeId > 0 {
  382. detail.PublishDate = utils.TimeRemoveHms2(detail.PublishDate)
  383. if detail.ReportLink != "" {
  384. chartUserTokenByMobile, _ := services.GetUserTokenByMobile(user.Mobile)
  385. detail.ReportLink += "?token=" + chartUserTokenByMobile
  386. }
  387. }
  388. resp.HasPermission = hasPermission
  389. resp.HaveResearch = haveResearch
  390. resp.HasFree = hasFree
  391. resp.Detail = detail
  392. if user.Mobile != "" {
  393. resp.Mobile = user.Mobile
  394. } else {
  395. resp.Mobile = user.Email
  396. }
  397. br.Ret = 200
  398. br.Success = true
  399. br.Msg = "获取成功"
  400. br.Data = resp
  401. }
  402. // @Title 收藏
  403. // @Description 收藏
  404. // @Param request body models.ArticleCollectReq true "type json string"
  405. // @Success 200 {object} models.FontsCollectResp
  406. // @router /collect [post]
  407. func (this *ArticleController) ArticleCollect() {
  408. br := new(models.BaseResponse).Init()
  409. defer func() {
  410. this.Data["json"] = br
  411. this.ServeJSON()
  412. }()
  413. user := this.User
  414. if user == nil {
  415. br.Msg = "请重新登录"
  416. br.Ret = 408
  417. return
  418. }
  419. uid := user.UserId
  420. var req models.ArticleCollectReq
  421. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  422. if err != nil {
  423. br.Msg = "参数解析异常!"
  424. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  425. return
  426. }
  427. articleId := req.ArticleId
  428. detail, err := models.GetArticleDetailById(articleId)
  429. if err != nil {
  430. br.Msg = "获取信息失败"
  431. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  432. return
  433. }
  434. count, err := models.GetArticleCollectCount(uid, articleId)
  435. if err != nil {
  436. br.Msg = "获取数据失败!"
  437. br.ErrMsg = "获取数据失败,Err:" + err.Error()
  438. return
  439. }
  440. resp := new(models.ArticleCollectResp)
  441. if count <= 0 {
  442. item := new(models.CygxArticleCollect)
  443. item.ArticleId = req.ArticleId
  444. item.UserId = uid
  445. item.CreateTime = time.Now()
  446. item.Mobile = user.Mobile
  447. item.Email = user.Email
  448. item.CompanyId = user.CompanyId
  449. item.CompanyName = user.CompanyName
  450. item.RealName = user.RealName
  451. _, err = models.AddCygxArticleCollect(item)
  452. if err != nil {
  453. br.Msg = "收藏失败"
  454. br.ErrMsg = "收藏失败,Err:" + err.Error()
  455. return
  456. }
  457. br.Msg = "收藏成功"
  458. resp.Status = 1
  459. // 文章收藏消息发送
  460. go services.ArticleUserRemind(user, detail, 2)
  461. } else {
  462. err = models.RemoveArticleCollect(uid, articleId)
  463. if err != nil {
  464. br.Msg = "取消收藏失败"
  465. br.ErrMsg = "取消收藏失败,Err:" + err.Error()
  466. return
  467. }
  468. br.Msg = "已取消收藏"
  469. resp.Status = 2
  470. }
  471. collectTotal, err := models.GetArticleCollectUsersCount(articleId)
  472. if err != nil {
  473. br.Msg = "获取数据失败"
  474. br.ErrMsg = "获取数据失败,Err:" + err.Error()
  475. return
  476. }
  477. resp.CollectCount = collectTotal
  478. br.Ret = 200
  479. br.Success = true
  480. br.Data = resp
  481. }
  482. // @Title 访谈申请
  483. // @Description 访谈申请
  484. // @Param request body models.ArticleInterviewApplyReq true "type json string"
  485. // @Success 200 {object} models.FontsCollectResp
  486. // @router /interview/apply [post]
  487. func (this *ArticleController) InterviewApply() {
  488. br := new(models.BaseResponse).Init()
  489. defer func() {
  490. this.Data["json"] = br
  491. this.ServeJSON()
  492. }()
  493. user := this.User
  494. if user == nil {
  495. br.Msg = "请重新登录"
  496. br.Ret = 408
  497. return
  498. }
  499. uid := user.UserId
  500. var req models.ArticleInterviewApplyReq
  501. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  502. if err != nil {
  503. br.Msg = "参数解析异常!"
  504. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  505. return
  506. }
  507. article, err := models.GetArticleDetailById(req.ArticleId)
  508. if err != nil {
  509. br.Msg = "获取纪要失败!"
  510. br.ErrMsg = "获取纪要失败,Err:" + err.Error()
  511. return
  512. }
  513. count, err := models.GetArticleInterviewApplyCount(uid, req.ArticleId)
  514. if err != nil {
  515. br.Msg = "获取数据失败!"
  516. br.ErrMsg = "获取数据失败,Err:" + err.Error()
  517. return
  518. }
  519. resp := new(models.ArticleInterviewApplyResp)
  520. if count <= 0 {
  521. item := new(models.CygxInterviewApply)
  522. item.ArticleId = req.ArticleId
  523. item.UserId = uid
  524. item.CompanyId = user.CompanyId
  525. item.Status = "待邀请"
  526. item.Sort = 1
  527. item.ArticleTitle = article.Title
  528. item.CreateTime = time.Now()
  529. item.ModifyTime = time.Now()
  530. item.ArticleIdMd5 = article.ArticleIdMd5
  531. _, err = models.AddCygxInterviewApply(item)
  532. if err != nil {
  533. br.Msg = "申请失败"
  534. br.ErrMsg = "申请失败,Err:" + err.Error()
  535. return
  536. }
  537. br.Msg = "申请成功"
  538. resp.Status = 1
  539. //发送模板消息
  540. if user.CompanyId > 1 {
  541. mobile := user.Mobile
  542. if mobile == "" {
  543. mobile = user.Email
  544. }
  545. sellerItem, _ := models.GetSellerByCompanyId(user.CompanyId)
  546. if sellerItem != nil && sellerItem.AdminId > 0 && user.Mobile != "" {
  547. openIpItem, _ := models.GetUserRecordByMobile(4, sellerItem.Mobile)
  548. if openIpItem != nil && openIpItem.OpenId != "" {
  549. go services.SendInterviewApplyTemplateMsg(user.RealName, sellerItem.CompanyName, mobile, article.Title, openIpItem)
  550. }
  551. }
  552. }
  553. } else {
  554. err = models.RemoveArticleInterviewApply(uid, req.ArticleId)
  555. if err != nil {
  556. br.Msg = "取消申请失败"
  557. br.ErrMsg = "取消申请失败,Err:" + err.Error()
  558. return
  559. }
  560. br.Msg = "已取消申请"
  561. resp.Status = 2
  562. if user.CompanyId > 1 {
  563. mobile := user.Mobile
  564. if mobile == "" {
  565. mobile = user.Email
  566. }
  567. sellerItem, _ := models.GetSellerByCompanyId(user.CompanyId)
  568. if sellerItem != nil && sellerItem.AdminId > 0 && user.Mobile != "" {
  569. openIpItem, _ := models.GetUserRecordByMobile(4, sellerItem.Mobile)
  570. if openIpItem != nil && openIpItem.OpenId != "" {
  571. go services.SendInterviewApplyCancelTemplateMsg(user.RealName, sellerItem.CompanyName, mobile, article.Title, openIpItem)
  572. }
  573. }
  574. }
  575. }
  576. br.Ret = 200
  577. br.Success = true
  578. br.Data = resp
  579. }
  580. // @Title 获取报告详情
  581. // @Description 获取报告详情接口
  582. // @Param ArticleIdMd5 query int true "报告ID"
  583. // @Success 200 {object} models.ArticleDetailResp
  584. // @router /look/detail [get]
  585. func (this *ArticleControllerMobile) DetailMd5() {
  586. br := new(models.BaseResponse).Init()
  587. defer func() {
  588. this.Data["json"] = br
  589. this.ServeJSON()
  590. }()
  591. user := this.User
  592. if user == nil {
  593. br.Msg = "请登录"
  594. br.ErrMsg = "请登录,用户信息为空"
  595. br.Ret = 408
  596. return
  597. }
  598. uid := user.UserId
  599. articleIdMd5 := this.GetString("ArticleIdMd5")
  600. if articleIdMd5 == "" {
  601. br.Msg = "参数错误"
  602. br.ErrMsg = "参数错误"
  603. return
  604. }
  605. resp := new(models.ArticleDetailResp)
  606. detail, err := models.GetArticleDetailByIdMd5(articleIdMd5)
  607. if err != nil {
  608. br.Msg = "获取信息失败"
  609. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  610. return
  611. }
  612. articleId := detail.ArticleId
  613. detail.Body = html.UnescapeString(detail.Body)
  614. hasPermission := 2
  615. //`description:"1:有该行业权限,正常展示,2:无该行业权限,不存在权益客户下,3:无该品类权限,4:潜在客户,未提交过申请,5:潜在客户,已提交过申请"`
  616. if user.CompanyId > 1 {
  617. companyPermission, err := models.GetCompanyPermission(user.CompanyId)
  618. if err != nil {
  619. br.Msg = "获取信息失败"
  620. br.ErrMsg = "获取公司权限失败,Err:" + err.Error()
  621. return
  622. }
  623. detail.Body = html.UnescapeString(detail.Body)
  624. detail.Body = strings.Replace(detail.Body, "<p data-f-id=\"pbf\" style=\"text-align: center; font-size: 14px; margin-top: 30px; opacity: 0.65; font-family: sans-serif;\">Powered by <a href=\"https://www.froala.com/wysiwyg-editor?pb=1\" title=\"Froala Editor\">Froala Editor</a></p>", "", -1)
  625. detail.Body = strings.Replace(detail.Body, "pre", "div", -1)
  626. detail.Abstract, _ = services.GetReportContentTextSubNew(detail.Abstract)
  627. if companyPermission == "" {
  628. hasPermission = 2
  629. } else {
  630. var articlePermissionPermissionName string
  631. if detail.CategoryId > 0 {
  632. articlePermission, err := models.GetArticlePermission(detail.CategoryId)
  633. if err != nil {
  634. br.Msg = "获取信息失败"
  635. br.ErrMsg = "获取报告权限失败,Err:" + err.Error() + articleIdMd5
  636. return
  637. }
  638. if articlePermission == nil {
  639. br.Msg = "获取信息失败"
  640. br.ErrMsg = "报告权限不存在,Err:" + articleIdMd5
  641. return
  642. }
  643. articlePermissionPermissionName = articlePermission.PermissionName
  644. } else {
  645. articlePermissionPermissionName = detail.CategoryName
  646. }
  647. var hasPersion bool
  648. slice := strings.Split(articlePermissionPermissionName, ",")
  649. for _, v := range slice {
  650. if strings.Contains(companyPermission, v) {
  651. hasPersion = true
  652. }
  653. }
  654. userType, _, err := services.GetUserType(user.CompanyId)
  655. if err != nil {
  656. br.Msg = "获取信息失败"
  657. br.ErrMsg = "获取用户信息失败,Err:" + err.Error()
  658. return
  659. }
  660. if userType == 1 && strings.Contains(detail.CategoryName, "研选") {
  661. hasPersion = false
  662. }
  663. if detail.IsReport == 1 {
  664. detailCategory, err := models.GetdetailByCategoryIdSando(detail.CategoryId)
  665. if err != nil && err.Error() != utils.ErrNoRow() {
  666. br.Msg = "获取信息失败"
  667. br.ErrMsg = "获取信息失败,Err:" + err.Error() + "categoryID 不存在:" + strconv.Itoa(detail.CategoryId)
  668. return
  669. }
  670. permissionStr, err := models.GetCompanyPermissionByUser(user.CompanyId)
  671. if err != nil {
  672. br.Msg = "获取信息失败"
  673. br.ErrMsg = "获取客户信息失败,Err:" + err.Error()
  674. return
  675. }
  676. if detailCategory != nil {
  677. if detailCategory.PermissionType == 1 {
  678. if !strings.Contains(permissionStr, detailCategory.ChartPermissionName+"(主观)") {
  679. hasPersion = false
  680. }
  681. } else if detailCategory.PermissionType == 2 {
  682. if !strings.Contains(permissionStr, detailCategory.ChartPermissionName+"(客观)") {
  683. hasPersion = false
  684. }
  685. }
  686. }
  687. }
  688. if hasPersion {
  689. hasPermission = 1
  690. record := new(models.CygxArticleHistoryRecordNewpv)
  691. record.UserId = uid
  692. record.ArticleId = articleId
  693. record.CreateTime = time.Now()
  694. record.ModifyTime = time.Now()
  695. record.Mobile = user.Mobile
  696. record.Email = user.Email
  697. record.CompanyId = user.CompanyId
  698. record.CompanyName = user.CompanyName
  699. //新增浏览记录
  700. go models.AddCygxArticleViewRecordNewpv(record)
  701. //30分钟之内阅读同一篇文章不错二次推送
  702. key := "CYGX_ARTICLE_READ" + strconv.Itoa(articleId) + "_" + strconv.Itoa(uid)
  703. if !utils.Rc.IsExist(key) {
  704. go services.ArticleUserRemind(user, detail, 1)
  705. utils.Rc.Put(key, 1, 30*time.Second)
  706. }
  707. }
  708. if hasPermission == 1 {
  709. key := "CYGX_ARTICLE_" + strconv.Itoa(articleId) + "_" + strconv.Itoa(uid)
  710. if !utils.Rc.IsExist(key) {
  711. //新增浏览记录
  712. record := new(models.CygxArticleViewRecord)
  713. record.UserId = uid
  714. record.ArticleId = articleId
  715. record.CreateTime = time.Now()
  716. record.Mobile = user.Mobile
  717. record.Email = user.Email
  718. record.CompanyId = user.CompanyId
  719. record.CompanyName = user.CompanyName
  720. go models.AddCygxArticleViewRecord(record)
  721. utils.Rc.Put(key, 1, 5*time.Second)
  722. models.ModifyReportLastViewTime(uid)
  723. }
  724. }
  725. }
  726. //作者头像
  727. if detail.DepartmentId > 0 {
  728. departmentDetail, err := models.GetArticleDepartmentDateilById(detail.DepartmentId)
  729. if err == nil {
  730. detail.DepartmentImgUrl = departmentDetail.ImgUrl
  731. detail.NickName = departmentDetail.NickName
  732. }
  733. }
  734. }
  735. detail.SellerAndMobile = "" //业务需要强制处理为空
  736. resp.HasPermission = hasPermission
  737. if hasPermission == 1 {
  738. detail.Abstract, _ = services.GetReportContentTextSub(detail.Abstract)
  739. resp.Detail = detail
  740. } else {
  741. if user.Mobile != "" {
  742. resp.Mobile = user.Mobile
  743. } else {
  744. resp.Mobile = user.Email
  745. }
  746. }
  747. br.Ret = 200
  748. br.Success = true
  749. br.Msg = "获取成功"
  750. br.Data = resp
  751. }
  752. // @Title 上传文章阅读时间
  753. // @Description 上传文章阅读时间接口
  754. // @Param request body models.AddStopTimeRep true "type json string"
  755. // @Success 200 {object} models.ArticleDetailResp
  756. // @router /addStopTime [post]
  757. func (this *ArticleController) AddStopTime() {
  758. br := new(models.BaseResponse).Init()
  759. defer func() {
  760. this.Data["json"] = br
  761. this.ServeJSON()
  762. }()
  763. user := this.User
  764. if user == nil {
  765. br.Msg = "请登录"
  766. br.ErrMsg = "请登录,用户信息为空"
  767. br.Ret = 408
  768. return
  769. }
  770. var req models.AddStopTimeRep
  771. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  772. if err != nil {
  773. br.Msg = "参数解析异常!"
  774. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  775. return
  776. }
  777. uid := user.UserId
  778. articleId := req.ArticleId
  779. stopTime := req.StopTime
  780. outType := req.OutType
  781. source := req.Source
  782. if articleId <= 0 {
  783. br.Msg = "参数错误"
  784. br.ErrMsg = "参数错误"
  785. return
  786. }
  787. if stopTime == 0 {
  788. stopTime = 1
  789. }
  790. if outType != 2 {
  791. outType = 1
  792. }
  793. if source != "PC" {
  794. source = "MOBILE"
  795. }
  796. detail := new(models.ArticleDetail)
  797. hasPermission := 0
  798. hasFree := 0
  799. //判断是否已经申请过
  800. applyCount, err := models.GetApplyRecordCount(uid)
  801. if err != nil && err.Error() != utils.ErrNoRow() {
  802. br.Msg = "获取信息失败"
  803. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  804. return
  805. }
  806. //`description:"1:有该行业权限,正常展示,2:无该行业权限,不存在权益客户下,3:无该品类权限,4:潜在客户,未提交过申请,5:潜在客户,已提交过申请"`
  807. if user.CompanyId > 1 {
  808. companyPermission, err := models.GetCompanyPermission(user.CompanyId)
  809. if err != nil {
  810. br.Msg = "获取信息失败"
  811. br.ErrMsg = "判断是否已申请访谈失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  812. return
  813. }
  814. detail, err = models.GetArticleDetailById(articleId)
  815. if err != nil {
  816. br.Msg = "获取信息失败"
  817. br.ErrMsg = "获取文章信息失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  818. return
  819. }
  820. if companyPermission == "" {
  821. if applyCount > 0 {
  822. hasPermission = 5
  823. } else {
  824. hasPermission = 2
  825. }
  826. hasFree = 2
  827. goto Loop
  828. } else {
  829. hasFree = 1
  830. var articlePermissionPermissionName string
  831. if detail.CategoryId > 0 {
  832. articlePermission, err := models.GetArticlePermission(detail.CategoryId)
  833. if err != nil {
  834. br.Msg = "获取信息失败"
  835. br.ErrMsg = "获取报告权限失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  836. return
  837. }
  838. if articlePermission == nil {
  839. br.Msg = "获取信息失败"
  840. br.ErrMsg = "报告权限不存在,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  841. return
  842. }
  843. articlePermissionPermissionName = articlePermission.PermissionName
  844. } else {
  845. articlePermissionPermissionName = detail.CategoryName
  846. }
  847. var hasPersion bool
  848. slice := strings.Split(articlePermissionPermissionName, ",")
  849. for _, v := range slice {
  850. if strings.Contains(companyPermission, v) {
  851. hasPersion = true
  852. }
  853. }
  854. if hasPersion {
  855. detailNew, err := models.GetNewArticleHistoryRecord(uid, articleId)
  856. if err == nil {
  857. hasPermission = 1
  858. historyRecord := new(models.AddStopTimeNewRep)
  859. historyRecord.StopTime = detailNew.StopTime + stopTime
  860. historyRecord.Id = detailNew.Id
  861. historyRecord.OutType = outType
  862. go models.UpdateArticleStopTime(historyRecord)
  863. }
  864. //不统计本公司的阅读记录、正常退出的不做时间差统计
  865. if stopTime > 3 {
  866. key := "CYGX_ARTICLE_PV" + strconv.Itoa(articleId) + "_" + strconv.Itoa(uid) + "_" + strconv.Itoa(user.CompanyId) + "_" + strconv.Itoa(outType)
  867. record := new(models.CygxArticleHistoryRecordNewpv)
  868. record.UserId = uid
  869. record.ArticleId = articleId
  870. record.CreateTime = time.Now().Add(-time.Second * time.Duration(stopTime))
  871. record.ModifyTime = time.Now()
  872. record.Mobile = user.Mobile
  873. record.Email = user.Email
  874. record.CompanyId = user.CompanyId
  875. record.CompanyName = user.CompanyName
  876. record.StopTime = stopTime
  877. record.OutType = outType
  878. record.Source = source
  879. if !utils.Rc.IsExist(key) || outType != 2 {
  880. //新增浏览记录
  881. go models.AddCygxArticleViewRecordNewpv(record)
  882. recordRedis := new(services.ReportViewRecord)
  883. recordRedis.UserId = user.UserId
  884. recordRedis.ReportId = articleId
  885. recordRedis.Mobile = user.Mobile
  886. recordRedis.Email = user.Email
  887. recordRedis.RealName = user.RealName
  888. recordRedis.CompanyName = user.CompanyName
  889. recordRedis.CreateTime = time.Now().Add(-time.Second * time.Duration(stopTime))
  890. go services.PushViewRecordNewRedisData(recordRedis, user.CompanyId)
  891. } else {
  892. go models.UpdateCygxArticleViewRecordNewpv(record, stopTime)
  893. }
  894. utils.Rc.Put(key, 1, 10*time.Minute)
  895. }
  896. models.ModifyReportLastViewTime(uid)
  897. } else { //无该行业权限
  898. hasPermission = 3
  899. }
  900. }
  901. } else { //潜在客户
  902. if applyCount > 0 {
  903. hasPermission = 5
  904. } else {
  905. hasPermission = 4
  906. }
  907. }
  908. Loop:
  909. resp := new(models.ArticleDetailAddStopTimeRep)
  910. resp.HasPermission = hasPermission
  911. resp.HasFree = hasFree
  912. br.Ret = 200
  913. br.Success = true
  914. br.Msg = "操作成功"
  915. br.Data = resp
  916. }
  917. // @Title 文章带问
  918. // @Description 新增文章带问接口
  919. // @Param request body models.AddArticleAskRep true "type json string"
  920. // @Success Ret=200 新增成功
  921. // @router /askAdd [post]
  922. func (this *ArticleController) AskAdd() {
  923. br := new(models.BaseResponse).Init()
  924. defer func() {
  925. this.Data["json"] = br
  926. this.ServeJSON()
  927. }()
  928. user := this.User
  929. if user == nil {
  930. br.Msg = "请登录"
  931. br.ErrMsg = "请登录,SysUser Is Empty"
  932. br.Ret = 408
  933. return
  934. }
  935. var req models.AddArticleAskRep
  936. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  937. if err != nil {
  938. br.Msg = "参数解析异常!"
  939. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  940. return
  941. }
  942. if req.Content == "" {
  943. br.Msg = "建议内容不可为空"
  944. return
  945. }
  946. content := req.Content
  947. itemToken, err := services.WxGetToken()
  948. if err != nil {
  949. br.Msg = "GetWxAccessToken Err:" + err.Error()
  950. return
  951. }
  952. if itemToken.AccessToken == "" {
  953. br.Msg = "accessToken is empty"
  954. return
  955. }
  956. commerr, err := weapp.MSGSecCheck(itemToken.AccessToken, content)
  957. if err != nil {
  958. br.Msg = "内容校验失败!"
  959. br.ErrMsg = "内容校验失败,Err:" + err.Error()
  960. return
  961. }
  962. if commerr.ErrCode != 0 {
  963. br.Msg = "内容违规,请重新提交!"
  964. br.ErrMsg = "颜文字内容违规,Err:" + commerr.ErrMSG
  965. return
  966. }
  967. articleId := req.ArticleId
  968. count, _ := models.GetArticleCountById(articleId)
  969. if count == 0 {
  970. br.Msg = "操作失败"
  971. br.ErrMsg = "文章ID错误,不存在 articleId:" + strconv.Itoa(articleId)
  972. return
  973. }
  974. companyDetail, err := models.GetCompanyDetailById(user.CompanyId)
  975. if err != nil {
  976. br.Msg = "提交失败!"
  977. br.ErrMsg = "获取客户详情失败,Err:" + err.Error()
  978. return
  979. }
  980. if companyDetail == nil {
  981. br.Msg = "提交失败!"
  982. br.ErrMsg = "客户不存在,uid:" + strconv.Itoa(user.UserId)
  983. return
  984. }
  985. item := new(models.CygxArticleAsk)
  986. item.UserId = user.UserId
  987. item.ArticleId = req.ArticleId
  988. item.CompanyId = user.CompanyId
  989. item.CompanyName = companyDetail.CompanyName
  990. item.CreateTime = time.Now()
  991. item.Mobile = user.Mobile
  992. item.Email = user.Email
  993. item.Content = content
  994. _, err = models.AddArticleAsk(item)
  995. if err != nil {
  996. br.Msg = "提交失败"
  997. br.ErrMsg = "提交失败,Err:" + err.Error()
  998. return
  999. }
  1000. companyItem, err := models.GetSellerDetailAllByCompanyId(user.CompanyId)
  1001. if err != nil {
  1002. br.Msg = "获取信息失败"
  1003. br.ErrMsg = "获取所属销售信息失败,Err:" + err.Error()
  1004. return
  1005. }
  1006. var mobile string
  1007. if utils.RunMode == "release" {
  1008. //mobile = utils.WxMsgTemplateIdAskMsgMobileAll + "," + companyItem.Mobile
  1009. mobile = utils.WxMsgTemplateIdAskMsgMobileAll
  1010. } else {
  1011. mobile = utils.WxMsgTemplateIdAskMsgMobile
  1012. }
  1013. openIdList, err := models.GetWxOpenIdByMobileList(mobile)
  1014. if err != nil {
  1015. br.Msg = "提交失败"
  1016. br.ErrMsg = "提交失败,Err:" + err.Error()
  1017. return
  1018. }
  1019. detail, err := models.GetArticleDetailById(articleId)
  1020. if err != nil {
  1021. br.Msg = "获取信息失败"
  1022. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  1023. return
  1024. }
  1025. companyName := user.CompanyName + "-" + user.RealName + "(" + companyItem.SellerName + ")"
  1026. go services.SendWxMsgWithAsk(companyName, time.Now().Format(utils.FormatDateTime), content, detail.Title, openIdList, req.ArticleId)
  1027. br.Ret = 200
  1028. br.Success = true
  1029. br.Msg = "提交成功"
  1030. }
  1031. // @Title 下载PDF打水印
  1032. // @Description 下载PDF打水印接口
  1033. // @Param ArticleId query int true "报告ID"
  1034. // @Success 200 {object} models.ArticleDetailFileLink
  1035. // @router /pdfwatermark [get]
  1036. func (this *ArticleController) Pdfwatermark() {
  1037. br := new(models.BaseResponse).Init()
  1038. defer func() {
  1039. this.Data["json"] = br
  1040. this.ServeJSON()
  1041. }()
  1042. user := this.User
  1043. if user == nil {
  1044. br.Msg = "请登录"
  1045. br.ErrMsg = "请登录,用户信息为空"
  1046. br.Ret = 408
  1047. return
  1048. }
  1049. uid := user.UserId
  1050. articleId, err := this.GetInt("ArticleId")
  1051. if articleId <= 0 {
  1052. br.Msg = "文章不存在"
  1053. br.ErrMsg = "文章不存在,文章ID错误"
  1054. return
  1055. }
  1056. //缓存校验
  1057. cacheKey := fmt.Sprint("xygx:apply_record:add:", uid, "ArticleId_", articleId)
  1058. ttlTime := utils.Rc.GetRedisTTL(cacheKey)
  1059. if ttlTime > 0 && user.CompanyId != 16 {
  1060. br.Msg = "下载失败,下载过于频繁"
  1061. br.ErrMsg = "下载失败,下载过于频繁:mobile" + user.Mobile
  1062. return
  1063. }
  1064. resp := new(models.ArticleDetailFileLink)
  1065. detail := new(models.ArticleDetail)
  1066. detail, err = models.GetArticleDetailById(articleId)
  1067. if err != nil {
  1068. br.Msg = "获取信息失败"
  1069. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  1070. return
  1071. }
  1072. fileLink := detail.FileLink
  1073. if fileLink == "" {
  1074. br.Msg = "下载失败"
  1075. br.ErrMsg = "下载失败,报告链接不存在"
  1076. return
  1077. }
  1078. mobile := user.Mobile
  1079. if mobile == "" {
  1080. mobile = user.Email
  1081. }
  1082. sliceLink := strings.Split(fileLink, "/")
  1083. uploadDir := "static/pdf/"
  1084. //判断文件夹是否存在,不存在则创建
  1085. if !utils.FileIsExist(uploadDir) {
  1086. err = os.MkdirAll(uploadDir, 0755)
  1087. if err != nil {
  1088. br.Msg = "下载失败"
  1089. br.ErrMsg = "存储目录创建失败,Err:" + err.Error()
  1090. return
  1091. }
  1092. }
  1093. var oldFile string
  1094. var newFile string
  1095. //获取PDF源文件名称
  1096. pdfName := sliceLink[len(sliceLink)-1]
  1097. pdfName = utils.MD5(pdfName) + ".pdf"
  1098. oldFile = uploadDir + pdfName
  1099. //判断PDF本地是否存在,不存在则保存到本地
  1100. if !utils.FileIsExist(oldFile) {
  1101. res, err := nhttp.Get(fileLink)
  1102. if err != nil {
  1103. br.Msg = "下载失败"
  1104. br.ErrMsg = "获取源文件失败,Err:" + err.Error()
  1105. return
  1106. }
  1107. defer res.Body.Close()
  1108. // 获得get请求响应的reader对象
  1109. reader := bufio.NewReaderSize(res.Body, 32*1024)
  1110. file, err := os.Create(oldFile)
  1111. if err != nil {
  1112. br.Msg = "下载失败"
  1113. br.ErrMsg = "保存源文件到本地失败,Err:" + err.Error()
  1114. return
  1115. }
  1116. defer file.Close()
  1117. //获得文件的writer对象
  1118. writer := bufio.NewWriter(file)
  1119. written, _ := io.Copy(writer, reader)
  1120. fmt.Printf("Total length: %d", written)
  1121. }
  1122. newFile = uploadDir + "new_" + pdfName
  1123. onTop := true
  1124. wm, err := pdfcpu.ParseTextWatermarkDetails(mobile, " op:.4, pos:c ,points:16 ", onTop, 1)
  1125. if err != nil {
  1126. br.Msg = "下载失败"
  1127. br.ErrMsg = "生成水印文件失败,Err:" + err.Error()
  1128. return
  1129. }
  1130. err = api.AddWatermarksFile(oldFile, newFile, nil, wm, nil)
  1131. if err != nil {
  1132. //br.Msg = "下载失败"
  1133. //br.ErrMsg = "生成水印PDF失败,Err:" + err.Error()
  1134. resp.FileLink = fileLink
  1135. br.Ret = 200
  1136. br.Success = true
  1137. br.Msg = "获取成功"
  1138. br.Data = resp
  1139. return
  1140. }
  1141. randStr := utils.GetRandStringNoSpecialChar(28)
  1142. fileName := randStr + ".pdf"
  1143. savePath := uploadDir + time.Now().Format("200601/20060102/")
  1144. savePath += fileName
  1145. //上传到阿里云
  1146. err = services.UploadFileToAliyun(fileName, newFile, savePath)
  1147. if err != nil {
  1148. br.Msg = "下载失败"
  1149. br.ErrMsg = "文件上传失败,Err:" + err.Error()
  1150. return
  1151. }
  1152. fileHost := "https://hzstatic.hzinsights.com/"
  1153. resourceUrl := fileHost + savePath
  1154. defer func() {
  1155. os.Remove(newFile)
  1156. }()
  1157. utils.Rc.SetNX(cacheKey, user.Mobile, time.Minute*5)
  1158. resp.FileLink = resourceUrl
  1159. br.Ret = 200
  1160. br.Success = true
  1161. br.Msg = "获取成功"
  1162. br.Data = resp
  1163. }
  1164. // @Title 获取报告详情(无需token)
  1165. // @Description 获取报告详情接口
  1166. // @Param ArticleId query int true "报告ID"
  1167. // @Param CompanyCode query string false "机构编号"
  1168. // @Param CompanyName query string false "机构名称"
  1169. // @Param Email query string false "邮箱"
  1170. // @Param Sign query string false "加密签名"
  1171. // @Success 200 {object} models.ArticleDetailHtgjResp
  1172. // @router /detailPublic [get]
  1173. func (this *ArticleCommonController) DetailPublic() {
  1174. br := new(models.BaseResponse).Init()
  1175. defer func() {
  1176. this.Data["json"] = br
  1177. this.ServeJSON()
  1178. }()
  1179. articleId, _ := this.GetInt("ArticleId")
  1180. companyCode := this.GetString("CompanyCode")
  1181. companyNameHt := this.GetString("CompanyName")
  1182. email := this.GetString("Email")
  1183. sign := this.GetString("Sign")
  1184. resp := new(models.ArticleDetailHtgjResp)
  1185. if companyCode == "" || email == "" {
  1186. resp.HasPermission = 2
  1187. br.Ret = 200
  1188. br.Success = true
  1189. br.Msg = "获取成功"
  1190. br.Data = resp
  1191. return
  1192. }
  1193. if articleId <= 0 {
  1194. br.Msg = "文章不存在"
  1195. br.ErrMsg = "文章不存在,文章ID错误"
  1196. return
  1197. }
  1198. errMsg, err, wxUser, companyName := services.CheckHtgj(companyCode, companyNameHt, email, sign)
  1199. if errMsg != "" {
  1200. br.Msg = errMsg
  1201. return
  1202. }
  1203. companyPermission, err := models.GetCompanyPermission(wxUser.CompanyId)
  1204. if err != nil {
  1205. br.Msg = "获取信息失败"
  1206. br.ErrMsg = "获取用户权限失败,Err:" + err.Error() + ";articleId" + strconv.Itoa(articleId)
  1207. return
  1208. }
  1209. hasPermission := 0
  1210. uid := wxUser.UserId
  1211. detail, err := models.GetArticleDetailById(articleId)
  1212. if err != nil {
  1213. br.Msg = "获取信息失败"
  1214. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  1215. return
  1216. }
  1217. detail.Body = html.UnescapeString(detail.Body)
  1218. detail.Body = strings.Replace(detail.Body, "<p data-f-id=\"pbf\" style=\"text-align: center; font-size: 14px; margin-top: 30px; opacity: 0.65; font-family: sans-serif;\">Powered by <a href=\"https://www.froala.com/wysiwyg-editor?pb=1\" title=\"Froala Editor\">Froala Editor</a></p>", "", -1)
  1219. detail.Body = strings.Replace(detail.Body, "pre", "div", -1)
  1220. detail.Abstract, _ = services.GetReportContentTextSub(detail.Abstract)
  1221. var articlePermissionPermissionName string
  1222. if detail.CategoryId > 0 {
  1223. articlePermission, err := models.GetArticlePermission(detail.CategoryId)
  1224. if err != nil {
  1225. br.Msg = "获取信息失败"
  1226. br.ErrMsg = "获取报告权限失败,Err:" + err.Error() + strconv.Itoa(wxUser.UserId) + ";articleId" + strconv.Itoa(articleId)
  1227. return
  1228. }
  1229. if articlePermission == nil {
  1230. br.Msg = "获取信息失败"
  1231. br.ErrMsg = "报告权限不存在,Err:" + strconv.Itoa(wxUser.UserId) + ";articleId" + strconv.Itoa(articleId)
  1232. return
  1233. }
  1234. articlePermissionPermissionName = articlePermission.PermissionName
  1235. } else {
  1236. articlePermissionPermissionName = detail.CategoryName
  1237. }
  1238. var hasPersion bool
  1239. slice := strings.Split(articlePermissionPermissionName, ",")
  1240. for _, v := range slice {
  1241. if strings.Contains(companyPermission, v) {
  1242. hasPersion = true
  1243. }
  1244. }
  1245. if hasPersion {
  1246. hasPermission = 1
  1247. }
  1248. if strings.Contains(detail.CategoryName, "研选") {
  1249. detail.IsResearch = true
  1250. }
  1251. resp.HasPermission = hasPermission
  1252. if hasPermission == 1 {
  1253. //获取销售手机号
  1254. sellerItem, err := models.GetSellerByCompanyId(wxUser.CompanyId)
  1255. if err != nil {
  1256. br.Msg = "获取信息失败"
  1257. br.ErrMsg = "获取销售数据失败2,Err:" + strconv.Itoa(wxUser.UserId) + ";articleId" + strconv.Itoa(articleId)
  1258. return
  1259. }
  1260. if sellerItem != nil {
  1261. detail.SellerMobile = sellerItem.Mobile
  1262. detail.SellerName = sellerItem.RealName
  1263. }
  1264. sellerList, err := models.GetSellerList(articleId)
  1265. if err != nil {
  1266. br.Msg = "获取信息失败"
  1267. br.ErrMsg = "获取销售数据失败,Err:" + err.Error() + strconv.Itoa(wxUser.UserId) + ";articleId" + strconv.Itoa(articleId)
  1268. return
  1269. }
  1270. if detail.ArticleId >= utils.SummaryArticleId && strings.Contains(detail.SellerAndMobile, "-") {
  1271. strnum := strings.Index(detail.SellerAndMobile, "-")
  1272. detail.SellerAndMobile = detail.SellerAndMobile[0:strnum]
  1273. if strnum > 0 {
  1274. nickName := detail.SellerAndMobile[0:strnum]
  1275. sellerAndMobile := &models.SellerRep{
  1276. SellerMobile: "",
  1277. SellerName: nickName,
  1278. }
  1279. sellerList = append(sellerList, sellerAndMobile)
  1280. }
  1281. }
  1282. detail.SellerList = sellerList
  1283. resp.Detail = detail
  1284. historyRecord := new(models.CygxArticleHistoryRecord)
  1285. historyRecord.UserId = wxUser.UserId
  1286. historyRecord.ArticleId = articleId
  1287. historyRecord.CreateTime = time.Now()
  1288. historyRecord.Mobile = wxUser.Mobile
  1289. historyRecord.Email = wxUser.Email
  1290. historyRecord.CompanyId = wxUser.CompanyId
  1291. historyRecord.CompanyName = companyName
  1292. recordCount, _ := models.GetNoAddStoptimeArticleCount(wxUser.UserId, articleId)
  1293. if recordCount == 0 {
  1294. go models.AddCygxArticleHistoryRecord(historyRecord)
  1295. } else {
  1296. detailNew, err := models.GetNewArticleHistoryRecord(wxUser.UserId, articleId)
  1297. if err != nil {
  1298. br.Msg = "获取信息失败"
  1299. br.ErrMsg = "获取信息失败,Err:" + err.Error()
  1300. return
  1301. }
  1302. if detailNew.StopTime > 0 {
  1303. go models.AddCygxArticleHistoryRecord(historyRecord)
  1304. }
  1305. }
  1306. key := "CYGX_ARTICLE_" + strconv.Itoa(articleId) + "_" + strconv.Itoa(wxUser.UserId)
  1307. if !utils.Rc.IsExist(key) {
  1308. //新增浏览记录
  1309. record := new(models.CygxArticleViewRecord)
  1310. record.UserId = wxUser.UserId
  1311. record.ArticleId = articleId
  1312. record.CreateTime = time.Now()
  1313. record.Mobile = wxUser.Mobile
  1314. record.Email = wxUser.Email
  1315. record.CompanyId = wxUser.CompanyId
  1316. record.CompanyName = companyName
  1317. go models.AddCygxArticleViewRecord(record)
  1318. utils.Rc.Put(key, 1, 5*time.Second)
  1319. models.ModifyReportLastViewTime(wxUser.UserId)
  1320. }
  1321. if detail.ArticleId < utils.SummaryArticleId {
  1322. chartUserTokenByMobile, _ := services.GetUserTokenByMobile(utils.HtgjPublicMobile)
  1323. detail.HttpUrl = utils.StrategyPlatform + strconv.Itoa(articleId) + "?token=" + chartUserTokenByMobile
  1324. detail.IsNeedJump = true
  1325. }
  1326. if detail.ArticleId < utils.SummaryArticleId {
  1327. chartUserTokenByMobile, _ := services.GetUserTokenByMobile(utils.HtgjPublicMobile)
  1328. detail.HttpUrl = utils.StrategyPlatform + strconv.Itoa(articleId) + "?token=" + chartUserTokenByMobile
  1329. detail.IsNeedJump = true
  1330. }
  1331. collectCount, err := models.GetArticleCollectCount(uid, articleId)
  1332. if err != nil && err.Error() != utils.ErrNoRow() {
  1333. br.Msg = "获取信息失败"
  1334. br.ErrMsg = "判断是否已收藏失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  1335. return
  1336. }
  1337. if collectCount > 0 {
  1338. detail.IsCollect = true
  1339. }
  1340. interviewApplyItem, err := models.GetArticleInterviewApply(uid, articleId)
  1341. if err != nil && err.Error() != utils.ErrNoRow() {
  1342. br.Msg = "获取信息失败"
  1343. br.ErrMsg = "判断是否已申请访谈失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  1344. return
  1345. }
  1346. if interviewApplyItem != nil && interviewApplyItem.InterviewApplyId > 0 {
  1347. detail.IsInterviewApply = true
  1348. detail.InterviewApplyStatus = interviewApplyItem.Status
  1349. }
  1350. articleFollowdetail, err := models.GetArticleFollowDetail(articleId, uid)
  1351. if err != nil {
  1352. br.Msg = "获取信息失败"
  1353. br.ErrMsg = "获取关注信息失败,Err:" + err.Error()
  1354. return
  1355. }
  1356. detail.FollowNum = articleFollowdetail.DNum
  1357. detail.CollectionNum = articleFollowdetail.AcNum
  1358. resp.Detail = detail
  1359. }
  1360. resp.CompanyName = companyName
  1361. br.Ret = 200
  1362. br.Success = true
  1363. br.Msg = "获取成功"
  1364. br.Data = resp
  1365. }
  1366. // @Title 上传文章阅读时间(无需token)
  1367. // @Description 上传文章阅读时间接口(无需token)
  1368. // @Param request body models.AddStopTimeHtgjRep true "type json string"
  1369. // @Success 200 {object} models.ArticleDetailResp
  1370. // @router /addStopTimePublic [post]
  1371. func (this *ArticleCommonController) AddStopTimePublic() {
  1372. br := new(models.BaseResponse).Init()
  1373. defer func() {
  1374. this.Data["json"] = br
  1375. this.ServeJSON()
  1376. }()
  1377. var req models.AddStopTimeHtgjRep
  1378. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  1379. if err != nil {
  1380. br.Msg = "参数解析异常!"
  1381. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  1382. return
  1383. }
  1384. articleId := req.ArticleId
  1385. stopTime := req.StopTime
  1386. outType := req.OutType
  1387. source := req.Source
  1388. companyCode := req.CompanyCode
  1389. companyName := req.CompanyName
  1390. wxuUserName := req.Email
  1391. sign := req.Sign
  1392. if companyCode == "" || companyName == "" || wxuUserName == "" || sign == "" {
  1393. br.Msg = "上传失败"
  1394. br.ErrMsg = "必填参数不能为空"
  1395. return
  1396. }
  1397. companyNameHt := companyCode + "_" + companyName
  1398. errMsg := services.CheckSign(companyCode+companyName+wxuUserName, sign)
  1399. if errMsg != "" {
  1400. br.Msg = errMsg
  1401. return
  1402. }
  1403. companyInfo, err := models.GetCompanyByThirdName(companyNameHt)
  1404. if err != nil {
  1405. br.Msg = "获取信息失败"
  1406. br.ErrMsg = "获取客户信息失败,Err:" + err.Error()
  1407. return
  1408. }
  1409. user, err := models.GetUserByThirdName(companyInfo.CompanyId, wxuUserName)
  1410. if err != nil {
  1411. br.Msg = "获取信息失败"
  1412. br.ErrMsg = "获取用户信息失败,Err:" + err.Error()
  1413. return
  1414. }
  1415. uid := user.UserId
  1416. if articleId <= 0 {
  1417. br.Msg = "文章ID不存在"
  1418. br.ErrMsg = "参数错误"
  1419. return
  1420. }
  1421. if stopTime == 0 {
  1422. stopTime = 1
  1423. }
  1424. if outType != 2 {
  1425. outType = 1
  1426. }
  1427. if source != "PC" {
  1428. source = "MOBILE"
  1429. }
  1430. detail := new(models.ArticleDetail)
  1431. hasPermission := 0
  1432. hasFree := 0
  1433. //判断是否已经申请过
  1434. applyCount, err := models.GetApplyRecordCount(uid)
  1435. if err != nil && err.Error() != utils.ErrNoRow() {
  1436. br.Msg = "获取信息失败"
  1437. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  1438. return
  1439. }
  1440. //`description:"1:有该行业权限,正常展示,2:无该行业权限,不存在权益客户下,3:无该品类权限,4:潜在客户,未提交过申请,5:潜在客户,已提交过申请"`
  1441. if user.CompanyId > 1 {
  1442. companyPermission, err := models.GetCompanyPermission(user.CompanyId)
  1443. if err != nil {
  1444. br.Msg = "获取信息失败"
  1445. br.ErrMsg = "判断是否已申请访谈失败,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  1446. return
  1447. }
  1448. detail, err = models.GetArticleDetailById(articleId)
  1449. if err != nil {
  1450. br.Msg = "获取信息失败"
  1451. br.ErrMsg = "获取文章信息失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  1452. return
  1453. }
  1454. if companyPermission == "" {
  1455. if applyCount > 0 {
  1456. hasPermission = 5
  1457. } else {
  1458. hasPermission = 2
  1459. }
  1460. hasFree = 2
  1461. goto Loop
  1462. } else {
  1463. hasFree = 1
  1464. var articlePermissionPermissionName string
  1465. if detail.CategoryId > 0 {
  1466. articlePermission, err := models.GetArticlePermission(detail.CategoryId)
  1467. if err != nil {
  1468. br.Msg = "获取信息失败"
  1469. br.ErrMsg = "获取报告权限失败,Err:" + err.Error() + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  1470. return
  1471. }
  1472. if articlePermission == nil {
  1473. br.Msg = "获取信息失败"
  1474. br.ErrMsg = "报告权限不存在,Err:" + strconv.Itoa(uid) + ";articleId" + strconv.Itoa(articleId)
  1475. return
  1476. }
  1477. articlePermissionPermissionName = articlePermission.PermissionName
  1478. } else {
  1479. articlePermissionPermissionName = detail.CategoryName
  1480. }
  1481. var hasPersion bool
  1482. slice := strings.Split(articlePermissionPermissionName, ",")
  1483. for _, v := range slice {
  1484. if strings.Contains(companyPermission, v) {
  1485. hasPersion = true
  1486. }
  1487. }
  1488. if hasPersion {
  1489. detailNew, err := models.GetNewArticleHistoryRecord(uid, articleId)
  1490. if err == nil {
  1491. hasPermission = 1
  1492. historyRecord := new(models.AddStopTimeNewRep)
  1493. historyRecord.StopTime = detailNew.StopTime + stopTime
  1494. historyRecord.Id = detailNew.Id
  1495. historyRecord.OutType = outType
  1496. go models.UpdateArticleStopTime(historyRecord)
  1497. }
  1498. //不统计本公司的阅读记录、正常退出的不做时间差统计
  1499. if user.CompanyId != 16 && stopTime > 3 {
  1500. key := "CYGX_ARTICLE_PV" + strconv.Itoa(articleId) + "_" + strconv.Itoa(uid) + "_" + strconv.Itoa(user.CompanyId) + "_" + strconv.Itoa(outType)
  1501. record := new(models.CygxArticleHistoryRecordNewpv)
  1502. record.UserId = uid
  1503. record.ArticleId = articleId
  1504. record.CreateTime = time.Now().Add(-time.Second * time.Duration(stopTime))
  1505. record.ModifyTime = time.Now()
  1506. record.Mobile = user.Mobile
  1507. record.Email = user.Email
  1508. record.CompanyId = user.CompanyId
  1509. record.CompanyName = companyInfo.CompanyName
  1510. record.StopTime = stopTime
  1511. record.OutType = outType
  1512. record.Source = source
  1513. if !utils.Rc.IsExist(key) || outType != 2 {
  1514. //新增浏览记录
  1515. go models.AddCygxArticleViewRecordNewpv(record)
  1516. recordRedis := new(services.ReportViewRecord)
  1517. recordRedis.UserId = user.UserId
  1518. recordRedis.ReportId = articleId
  1519. recordRedis.Mobile = user.Mobile
  1520. recordRedis.Email = user.Email
  1521. recordRedis.RealName = user.RealName
  1522. recordRedis.CompanyName = companyName
  1523. recordRedis.CreateTime = time.Now().Add(-time.Second * time.Duration(stopTime))
  1524. go services.PushViewRecordNewRedisData(recordRedis, user.CompanyId)
  1525. } else {
  1526. go models.UpdateCygxArticleViewRecordNewpv(record, stopTime)
  1527. }
  1528. utils.Rc.Put(key, 1, 10*time.Minute)
  1529. }
  1530. models.ModifyReportLastViewTime(uid)
  1531. } else { //无该行业权限
  1532. hasPermission = 3
  1533. }
  1534. }
  1535. } else { //潜在客户
  1536. if applyCount > 0 {
  1537. hasPermission = 5
  1538. } else {
  1539. hasPermission = 4
  1540. }
  1541. }
  1542. Loop:
  1543. resp := new(models.ArticleDetailAddStopTimeRep)
  1544. resp.HasPermission = hasPermission
  1545. resp.HasFree = hasFree
  1546. br.Ret = 200
  1547. br.Success = true
  1548. br.Msg = "操作成功"
  1549. br.Data = resp
  1550. }
  1551. // @Title 页面访问统计(无需token)
  1552. // @Description 上传页面访问统计(无需token)
  1553. // @Param request body models.CygxPageHistoryRecordHtgjRep true "type json string"
  1554. // @Success Ret=200 新增成功
  1555. // @router /pageHistoryPublic [post]
  1556. func (this *ArticleCommonController) PageHistoryPublic() {
  1557. br := new(models.BaseResponse).Init()
  1558. defer func() {
  1559. this.Data["json"] = br
  1560. this.ServeJSON()
  1561. }()
  1562. var req models.CygxPageHistoryRecordHtgjRep
  1563. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  1564. if err != nil {
  1565. br.Msg = "参数解析异常!"
  1566. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  1567. return
  1568. }
  1569. companyCode := req.CompanyCode
  1570. companyName := req.CompanyName
  1571. wxuUserName := req.Email
  1572. sign := req.Sign
  1573. if companyCode == "" || companyName == "" || wxuUserName == "" || sign == "" {
  1574. br.Msg = "上传失败"
  1575. br.ErrMsg = "必填参数不能为空"
  1576. return
  1577. }
  1578. companyNameHt := companyCode + "_" + companyName
  1579. errMsg := services.CheckSign(companyCode+companyName+wxuUserName, sign)
  1580. if errMsg != "" {
  1581. br.Msg = errMsg
  1582. return
  1583. }
  1584. companyInfo, err := models.GetCompanyByThirdName(companyNameHt)
  1585. if err != nil {
  1586. br.Msg = "获取信息失败"
  1587. br.ErrMsg = "获取客户信息失败,Err:" + err.Error()
  1588. return
  1589. }
  1590. user, err := models.GetUserByThirdName(companyInfo.CompanyId, wxuUserName)
  1591. if err != nil {
  1592. br.Msg = "获取信息失败"
  1593. br.ErrMsg = "获取用户信息失败,Err:" + err.Error()
  1594. return
  1595. }
  1596. item := new(models.CygxPageHistoryRecord)
  1597. item.UserId = user.UserId
  1598. item.CreateTime = time.Now()
  1599. item.Mobile = user.Mobile
  1600. item.Email = user.Email
  1601. item.CompanyId = user.CompanyId
  1602. item.CompanyName = companyName
  1603. item.DetailId = req.DetailId
  1604. item.ChartPermissionId = req.ChartPermissionId
  1605. item.IndustrialManagementId = req.IndustrialManagementId
  1606. item.PageType = "ArticleCopy"
  1607. _, err = models.AddCygxPageHistoryRecord(item)
  1608. if err != nil {
  1609. br.Msg = "记录信息失败"
  1610. br.ErrMsg = "新增访问记录失败,Err:" + err.Error()
  1611. return
  1612. }
  1613. br.Ret = 200
  1614. br.Success = true
  1615. br.Msg = "新增成功"
  1616. }