article.go 52 KB

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