activity.go 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525
  1. package controllers
  2. import (
  3. "encoding/json"
  4. "fmt"
  5. "github.com/rdlucklib/rdluck_tools/paging"
  6. "hongze/hongze_clpt/models"
  7. "hongze/hongze_clpt/services"
  8. "hongze/hongze_clpt/utils"
  9. "strconv"
  10. "strings"
  11. "time"
  12. )
  13. type ActivityController struct {
  14. BaseAuthController
  15. }
  16. // @Title 活动类型下的主题列表
  17. // @Description 获取活动类型下的主题列表接口
  18. // @Param ChartPermissionIds query string false "行业id 多个用 , 隔开"
  19. // @Param ActivityTypeIds query string false "活动类型id 多个用 , 隔开"
  20. // @Param ActiveState query string false "活动进行状态 未开始:1、进行中2、已结束3 多个用 , 隔开"
  21. // @Param WhichDay query string false "哪一天 今天:1、明天:2,多个用 , 隔开"
  22. // @Param IsPower query int false "是否选择有权限行业 ,1是 0 否 默认0"
  23. // @Success 200 {object} models.ActivityTypeListHomeResp
  24. // @router /labelTypeList [get]
  25. func (this *ActivityController) LabelTypeList() {
  26. br := new(models.BaseResponse).Init()
  27. defer func() {
  28. this.Data["json"] = br
  29. this.ServeJSON()
  30. }()
  31. user := this.User
  32. if user == nil {
  33. br.Msg = "请登录"
  34. br.ErrMsg = "请登录,SysUser Is Empty"
  35. return
  36. }
  37. chartPermissionIds := this.GetString("ChartPermissionIds")
  38. isPower, _ := this.GetInt("IsPower")
  39. whichDay := this.GetString("WhichDay")
  40. activeState := this.GetString("ActiveState")
  41. var condition string
  42. var pars []interface{}
  43. // 查研观向7.4-始终查询宏观的活动
  44. if chartPermissionIds != "" {
  45. chartPermissionIds += ",1"
  46. }
  47. condition += `AND art.activity_time > ? `
  48. pars = append(pars, time.Now().AddDate(0, -3, 0).Format(utils.FormatDate))
  49. conditionActivity, err := services.GetActivityonditionList(user, "", chartPermissionIds, whichDay, activeState, "", isPower, 0, "", 0)
  50. if err != nil && err.Error() != utils.ErrNoRow() {
  51. br.Msg = "获取失败"
  52. br.ErrMsg = "获取活动权限数据失败,Err:" + err.Error()
  53. return
  54. }
  55. condition += `AND art.is_limit_people = 1 ` + conditionActivity
  56. sortTime := ` mintimesort ASC `
  57. activityList, err := models.GetCygxActivityList(condition, pars, sortTime, 0, 1000)
  58. if err != nil {
  59. br.Msg = "获取失败"
  60. br.ErrMsg = "获取数据失败,Err:" + err.Error()
  61. return
  62. }
  63. list, err := models.GetActivityTypeHomeList()
  64. if err != nil {
  65. br.Msg = "获取失败"
  66. br.ErrMsg = "获取数据失败,Err:" + err.Error()
  67. return
  68. }
  69. list, err = services.HandleActivityTypeHomeList(list, activityList, user)
  70. speciaItem, err := services.GetActivityLabelSpecialList(user, chartPermissionIds)
  71. if err != nil {
  72. br.Msg = "获取失败"
  73. br.ErrMsg = "获取失败,Err:" + err.Error()
  74. return
  75. }
  76. if len(speciaItem.List) > 0 {
  77. list = append(list, speciaItem)
  78. } else {
  79. speciaItem.List = make([]*models.CygxActivityLabelList, 0)
  80. }
  81. resp := new(models.ActivityTypeListHomeResp)
  82. resp.List = list
  83. br.Ret = 200
  84. br.Success = true
  85. br.Msg = "获取成功"
  86. br.Data = resp
  87. }
  88. // @Title 活动列表
  89. // @Description 获取活动列表接口
  90. // @Param PageSize query int true "每页数据条数"
  91. // @Param CurrentIndex query int true "当前页页码,从1开始"
  92. // @Param Label query string false "搜索主题 多个用 , 隔开"
  93. // @Param ChartPermissionIds query string false "行业id 多个用 , 隔开"
  94. // @Param WhichDay query string false "哪一天 今天:1、明天:2, 本周:3 上周:4,本月:5上月:6多个用 , 隔开"
  95. // @Param ActiveState query string false "活动进行状态 未开始:1、进行中2、已结束3"
  96. // @Param ActivityTypeId query string false "活动类型id 多个用 , 隔开"
  97. // @Param Source query int false "来源 0手机 ,1Pc 默认0"
  98. // @Param IsPower query int false "是否选择有权限行业 ,1是 0 否 默认0"
  99. // @Param PlayBack query int false "是否仅展示回放 1:是、0:否 默认0"
  100. // @Param KeyWord query string false "搜索关键词 多个用 , 隔开"
  101. // @Param ActivityId query int false "活动列表传过来的活动ID"
  102. // @Param Filter query int false "筛选条件 0:全部 1:视频 2:音频"
  103. // @Success 200 {object} models.GetCygxActivityListRep
  104. // @router /list [get]
  105. func (this *ActivityController) ActivityListNew() {
  106. br := new(models.BaseResponse).Init()
  107. defer func() {
  108. this.Data["json"] = br
  109. this.ServeJSON()
  110. }()
  111. user := this.User
  112. if user == nil {
  113. br.Msg = "请登录"
  114. br.ErrMsg = "请登录,SysUser Is Empty"
  115. return
  116. }
  117. uid := user.UserId
  118. pageSize, _ := this.GetInt("PageSize")
  119. currentIndex, _ := this.GetInt("CurrentIndex")
  120. source, _ := this.GetInt("Source")
  121. label := this.GetString("Label")
  122. chartPermissionIds := this.GetString("ChartPermissionIds")
  123. whichDay := this.GetString("WhichDay")
  124. //whichTime := this.GetString("WhichTime")
  125. activeState := this.GetString("ActiveState")
  126. activityTypeId := this.GetString("ActivityTypeId")
  127. keyWord := this.GetString("KeyWord")
  128. playBack, _ := this.GetInt("PlayBack")
  129. filter, _ := this.GetInt("Filter")
  130. activityId, _ := this.GetInt("ActivityId") // 仅用于判断【新】标签
  131. var startSize int
  132. if pageSize <= 0 {
  133. pageSize = utils.PageSize20
  134. }
  135. if currentIndex <= 0 {
  136. currentIndex = 1
  137. }
  138. startSize = utils.StartIndex(currentIndex, pageSize)
  139. var condition string
  140. var pars []interface{}
  141. //var activityList []*models.ActivityDetail
  142. //mapDingActivityId := make(map[int]int)
  143. condition = ""
  144. //活动可见限制
  145. conditionActivity, err := services.GetActivityonditionList(user, activityTypeId, chartPermissionIds, whichDay, activeState, label, 0, source, keyWord, playBack)
  146. if err != nil && err.Error() != utils.ErrNoRow() {
  147. br.Msg = "获取失败"
  148. br.ErrMsg = "获取活动权限数据失败,Err:" + err.Error()
  149. return
  150. }
  151. if source == 1 {
  152. condition += ` AND art.yidong_activity_id = '' `
  153. }
  154. condition += ` AND art.is_limit_people = 1 AND art.publish_status = 1 ` + conditionActivity
  155. total, err := models.GetActivityCount(condition, playBack, pars, filter)
  156. if err != nil {
  157. br.Msg = "获取失败"
  158. br.ErrMsg = "获取失败,Err:" + err.Error()
  159. return
  160. }
  161. var conditionOrder string
  162. if activeState == "2" || activeState == "3" {
  163. conditionOrder = ` ORDER BY art.activity_time DESC `
  164. } else if activeState == "2,3" {
  165. conditionOrder = ` ORDER BY art.active_state ASC, art.activity_time DESC `
  166. } else {
  167. conditionOrder = ` ORDER BY art.activity_time DESC , art.active_state ASC `
  168. }
  169. if label != "" && activeState == "1" {
  170. conditionOrder = ` ORDER BY art.activity_time ASC `
  171. }
  172. if activeState == "1" {
  173. conditionOrder = ` ORDER BY art.activity_time ASC `
  174. }
  175. condition += conditionOrder
  176. list, errList := models.GetActivityListNew(condition, pars, uid, startSize, pageSize, playBack, filter)
  177. if errList != nil {
  178. br.Msg = "获取失败"
  179. br.ErrMsg = "获取失败,Err:" + errList.Error()
  180. return
  181. }
  182. var isShow bool
  183. isShow = services.GetShowSustainable()
  184. detail, err := models.GetConfigByCode("city_img_url")
  185. if err != nil {
  186. br.Msg = "获取数据失败"
  187. br.ErrMsg = "城市配置信息失败,Err:" + err.Error()
  188. return
  189. }
  190. detailChart, err := models.GetConfigByCode("chart_img_url")
  191. if err != nil {
  192. br.Msg = "获取数据失败"
  193. br.ErrMsg = "行业配置信息失败,Err:" + err.Error()
  194. return
  195. }
  196. addressList := strings.Split(detail.ConfigValue, "{|}")
  197. mapAddress := make(map[string]string)
  198. chartList := strings.Split(detailChart.ConfigValue, "{|}")
  199. mapChart := make(map[string]string)
  200. var cityName string
  201. var chartName string
  202. var imgUrl string
  203. var imgUrlChart string
  204. var mapActivityId []int
  205. for _, v := range addressList {
  206. vslice := strings.Split(v, "_")
  207. cityName = vslice[0]
  208. imgUrl = vslice[len(vslice)-1]
  209. mapAddress[cityName] = imgUrl
  210. }
  211. for _, v := range chartList {
  212. vslice := strings.Split(v, "_")
  213. chartName = vslice[0]
  214. imgUrlChart = vslice[len(vslice)-1]
  215. mapChart[chartName] = imgUrlChart
  216. }
  217. for k, v := range list {
  218. if strings.Contains(v.ActivityName, "【") {
  219. list[k].IsBrackets = 1
  220. }
  221. if v.SignupNum > v.LimitPeopleNum {
  222. list[k].SignupNum = v.LimitPeopleNum
  223. }
  224. if isShow && strings.Contains(v.ChartPermissionName, "研选") {
  225. list[k].IsShowSustainable = true
  226. }
  227. if strings.Contains(v.ChartPermissionName, "研选") && v.ActivityTypeId == 1 {
  228. list[k].ActivityTypeName = "买方研选电话会"
  229. list[k].ImgUrlText = utils.YAN_XUAN_IMG
  230. }
  231. if v.ActivityType == 0 {
  232. if mapAddress[v.City] != "" {
  233. list[k].ImgUrl = mapAddress[v.City]
  234. } else {
  235. list[k].ImgUrl = mapAddress["其它"]
  236. }
  237. } else {
  238. if mapChart[v.ChartPermissionName] != "" {
  239. list[k].ImgUrl = mapChart[v.ChartPermissionName]
  240. }
  241. }
  242. expertTxt, _ := services.GetReportContentTextSub(v.Expert)
  243. list[k].Expert = expertTxt
  244. if v.ActivityTypeId == utils.C_CLASS_ACTIVITY_TYPE_ID {
  245. list[k].IsCClassMeeting = true
  246. }
  247. mapActivityId = append(mapActivityId, v.ActivityId)
  248. }
  249. page := paging.GetPaging(currentIndex, pageSize, total)
  250. resp := new(models.GetCygxActivityListRep)
  251. var activityList []*models.ActivityListResp
  252. resp.Label = label
  253. if activityTypeId != "" && label == "" {
  254. activityTypeIdint, err := strconv.Atoi(activityTypeId)
  255. if err == nil {
  256. detail, errDetail := models.GetActivityTypeDetailById(activityTypeIdint)
  257. if errDetail != nil {
  258. br.Msg = "获取信息失败"
  259. br.ErrMsg = "获取信息失败,Err:" + errDetail.Error()
  260. return
  261. }
  262. resp.ImgUrl = detail.OnlineIco
  263. resp.Label = detail.ActivityTypeName
  264. }
  265. }
  266. //处理音频回放
  267. mapActivityVoice, err := services.GetActivityVoiceResp(mapActivityId)
  268. if err != nil {
  269. br.Msg = "获取信息失败"
  270. br.ErrMsg = "GetActivityVoiceResp,Err:" + err.Error()
  271. return
  272. }
  273. //处理视频回放
  274. mapActivityVideo, err := services.GetActivityVideoResp(mapActivityId)
  275. if err != nil {
  276. br.Msg = "获取信息失败"
  277. br.ErrMsg = "GetActivityVideoResp,Err:" + err.Error()
  278. return
  279. }
  280. for k, v := range list {
  281. if mapActivityVoice[v.ActivityId] != nil {
  282. list[k].FileType = 1
  283. list[k].AudioLink = true
  284. list[k].VoiceList = mapActivityVoice[v.ActivityId]
  285. }
  286. if mapActivityVideo[v.ActivityId] != nil {
  287. list[k].FileType = 2
  288. list[k].AudioLink = true
  289. list[k].VideoDetail = mapActivityVideo[v.ActivityId]
  290. }
  291. //fmt.Println(v)
  292. activityList = append(activityList, services.ActivityButtonShow(v, user))
  293. }
  294. // 查研观向7.4-判断标签是否为产业, 为产业时是否跳转资源包
  295. if label != "" {
  296. industry, e := models.GetIndustryByName(label)
  297. if e != nil && e.Error() != utils.ErrNoRow() {
  298. br.Msg = "获取信息失败"
  299. br.ErrMsg = "获取标签产业失败, Err:" + e.Error()
  300. return
  301. }
  302. if industry != nil {
  303. sourceIndustry, e := models.GetSourceIndustryByName(label)
  304. if e != nil && e.Error() != utils.ErrNoRow() {
  305. br.Msg = "获取信息失败"
  306. br.ErrMsg = "获取标签产业资源包失败, Err:" + e.Error()
  307. return
  308. }
  309. if sourceIndustry != nil {
  310. resp.IndustrialManagementId = sourceIndustry.IndustrialManagementId
  311. resp.ChartPermissionId = sourceIndustry.ChartPermissionId
  312. resp.IsJump = true
  313. // 研选产业不跳资源包
  314. if sourceIndustry.ChartPermissionId == utils.CHART_PERMISSION_ID_YANXUAN {
  315. resp.IsJump = false
  316. }
  317. }
  318. }
  319. // 新标签
  320. if activityId > 0 {
  321. activityIds := []int{activityId}
  322. activityNewMap, _, e := services.GetActivityNewLabelMap(activityIds)
  323. if e != nil {
  324. br.Msg = "获取信息失败"
  325. br.ErrMsg = "获取活动新标签失败, Err: " + e.Error()
  326. return
  327. }
  328. resp.IndustryNewLabel = activityNewMap[activityId]
  329. }
  330. }
  331. //添加活动搜索记录
  332. //if keyWord != "" {
  333. // go services.AddActivitykeyWordSearch(keyWord, user)
  334. //}
  335. fmt.Println(resp.Label)
  336. //预处理返给前端的字段
  337. resp.List = activityList
  338. fmt.Println(len(resp.List))
  339. resp.Paging = page
  340. br.Ret = 200
  341. br.Success = true
  342. br.Msg = "获取成功"
  343. br.Data = resp
  344. }
  345. // @Title 活动详情
  346. // @Description 获取活动详情接口
  347. // @Param ActivityId query int true "活动ID"
  348. // @Success Ret=200 {object} models.CygxActivityResp
  349. // @router /detail [get]
  350. func (this *ActivityController) Detail() {
  351. br := new(models.BaseResponse).Init()
  352. defer func() {
  353. this.Data["json"] = br
  354. this.ServeJSON()
  355. }()
  356. user := this.User
  357. if user == nil {
  358. br.Msg = "请登录"
  359. br.ErrMsg = "请登录,用户信息为空"
  360. br.Ret = 408
  361. return
  362. }
  363. uid := user.UserId
  364. activityId, _ := this.GetInt("ActivityId")
  365. if activityId < 1 {
  366. br.Msg = "请输入活动ID"
  367. return
  368. }
  369. resp := new(models.CygxActivityResp)
  370. activityInfo, err := models.GetAddActivityInfoByIdShow(uid, activityId)
  371. if err != nil && err.Error() != utils.ErrNoRow() {
  372. br.Msg = "获取信息失败"
  373. br.ErrMsg = "获取活动详情信息失败,Err:" + err.Error()
  374. return
  375. }
  376. if activityInfo == nil {
  377. br.Msg = "活动不存在"
  378. br.ErrMsg = "活动ID错误,Err:" + "activityId:" + strconv.Itoa(activityId)
  379. return
  380. }
  381. if activityInfo.ActivityTypeId == utils.C_CLASS_ACTIVITY_TYPE_ID {
  382. activityInfo.IsCClassMeeting = true
  383. }
  384. havePower, err := services.GetActivityDetailUserPower(user, activityInfo)
  385. if err != nil {
  386. br.Msg = "获取信息失败"
  387. br.ErrMsg = "校验用户权限失败,Err:" + err.Error()
  388. return
  389. }
  390. if havePower {
  391. resp.HasPermission = 1
  392. detailResp := services.ActivityButtonShow(activityInfo, user)
  393. detailResp, err = services.ActivityDetaailShow(detailResp)
  394. if err != nil {
  395. br.Msg = "获取信息失败"
  396. br.ErrMsg = "ActivityDetaailShow Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
  397. return
  398. }
  399. //处理活动关联的产业
  400. industrialList, err := models.GetIndustrialActivityGroupManagementList(activityId)
  401. if err != nil && err.Error() != utils.ErrNoRow() {
  402. br.Msg = "获取信息失败"
  403. br.ErrMsg = "获取活动关联的产业列表信息失败,Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
  404. return
  405. }
  406. if activityInfo.TemporaryLabel != "" {
  407. industrialList = make([]*models.IndustrialManagementRep, 0)
  408. item := new(models.IndustrialManagementRep)
  409. item.IndustryName = activityInfo.Label
  410. industrialList = append(industrialList, item)
  411. } else {
  412. industryIds := make([]int, 0)
  413. var industrialManagementId string
  414. for k, v := range industrialList {
  415. if v.ChartPermissionId == utils.CHART_PERMISSION_ID_YANXUAN {
  416. industrialList[k].IsResearch = true
  417. }
  418. industryIds = append(industryIds, v.IndustrialManagementId)
  419. industrialManagementId += strconv.Itoa(v.IndustrialManagementId) + ","
  420. }
  421. // 查研观向7.4-行业新标签
  422. industryNewMap, e := services.GetIndustryNewLabelMap(industryIds)
  423. if e != nil {
  424. br.Msg = "获取信息失败"
  425. br.ErrMsg = "获取产业新标签失败, Err: " + e.Error()
  426. return
  427. }
  428. //判断产业下是否有关联的报告,并处理是否跳转
  429. industrialManagementId = strings.TrimRight(industrialManagementId, ",")
  430. if industrialManagementId != "" {
  431. var condition string
  432. condition = ` AND m.industrial_management_id IN (` + industrialManagementId + `)`
  433. condition += ` AND a.article_id < ` + strconv.Itoa(utils.SummaryArticleId)
  434. listIndustrialGrop, err := models.GetSearchResourceList(condition)
  435. if err != nil && err.Error() != utils.ErrNoRow() {
  436. br.Msg = "获取信息失败"
  437. br.ErrMsg = "GetSearchResourceList,Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
  438. return
  439. }
  440. mapIndustrial := make(map[int]int)
  441. if len(listIndustrialGrop) > 0 {
  442. for _, v := range listIndustrialGrop {
  443. mapIndustrial[v.IndustrialManagementId] = v.IndustrialManagementId
  444. }
  445. }
  446. for k, v := range industrialList {
  447. if mapIndustrial[v.IndustrialManagementId] > 0 && !industrialList[k].IsResearch {
  448. industrialList[k].IsJump = true
  449. }
  450. industrialList[k].IndustryNewLabel = industryNewMap[v.IndustrialManagementId]
  451. }
  452. }
  453. }
  454. //if activityInfo.YidongActivityId != "" {
  455. // ydTgc, _ := services.GetYiDongCreateUserInfo(user)
  456. // yidongLongLink, err := services.GetYiDongOriginalLink(activityInfo)
  457. // if err != nil {
  458. // br.Msg = "获取信息失败"
  459. // br.ErrMsg = "GetYiDongOriginalLink,Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
  460. // return
  461. // }
  462. // detailResp.YidongActivityUrl = yidongLongLink + "%26source=11%26fromHz=true%26tgc=" + ydTgc
  463. //}
  464. if len(industrialList) > 0 {
  465. detailResp.Label = ""
  466. }
  467. detailResp.Listndustrial = industrialList
  468. //处理音频回放
  469. var mapActivityId []int
  470. mapActivityId = append(mapActivityId, activityId)
  471. mapActivityVoice, err := services.GetActivityVoiceResp(mapActivityId)
  472. if err != nil {
  473. br.Msg = "获取信息失败"
  474. br.ErrMsg = "GetActivityVoiceResp,Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
  475. return
  476. }
  477. if mapActivityVoice[activityId] != nil {
  478. detailResp.FileType = 1
  479. detailResp.AudioLink = true
  480. detailResp.VoiceDetail = mapActivityVoice[activityId]
  481. }
  482. //处理视频回放
  483. mapActivityVideo, err := services.GetActivityVideoResp(mapActivityId)
  484. if err != nil {
  485. br.Msg = "获取信息失败"
  486. br.ErrMsg = "GetActivityVideoResp,Err:" + err.Error()
  487. return
  488. }
  489. if mapActivityVideo[activityId] != nil {
  490. detailResp.FileType = 2
  491. detailResp.AudioLink = true
  492. detailResp.VideoDetail = mapActivityVideo[activityId]
  493. }
  494. resp.Detail = detailResp
  495. } else {
  496. hasPermission, sellerName, sellerMobile, popupMsg, err := services.GetUserHasPermission(user)
  497. if err != nil {
  498. br.Msg = "获取信息失败"
  499. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  500. return
  501. }
  502. popupMsg = "暂无查看权限"
  503. resp.PopupMsg = popupMsg
  504. resp.HasPermission = hasPermission
  505. resp.SellerName = sellerName
  506. resp.SellerMobile = sellerMobile
  507. }
  508. br.Ret = 200
  509. br.Success = true
  510. br.Msg = "获取成功"
  511. br.Data = resp
  512. }
  513. // @Title 活动报名
  514. // @Description 活动报名接口
  515. // @Param request body models.ActivitySingnupRep true "type json string"
  516. // @Success Ret=200 {object} models.SignupStatus
  517. // @router /signup/add [post]
  518. func (this *ActivityController) SignupAdd() {
  519. br := new(models.BaseResponse).Init()
  520. defer func() {
  521. this.Data["json"] = br
  522. this.ServeJSON()
  523. }()
  524. user := this.User
  525. if user == nil {
  526. br.Msg = "请登录"
  527. br.ErrMsg = "请登录,用户信息为空"
  528. br.Ret = 408
  529. return
  530. }
  531. uid := user.UserId
  532. signupStatus := ""
  533. var req models.ActivitySingnupRep
  534. resp := new(models.SignupStatus)
  535. var total int
  536. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  537. if err != nil {
  538. br.Msg = "参数解析异常!"
  539. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  540. return
  541. }
  542. activityId := req.ActivityId
  543. signupType := req.SignupType
  544. hasPermission := 0
  545. if signupType == 1 && user.Mobile == "" && user.OutboundMobile == "" {
  546. resp.GoBindEmail = true
  547. }
  548. activityInfo, errInfo := models.GetAddActivityInfoById(activityId)
  549. if activityInfo == nil {
  550. br.Msg = "操作失败"
  551. br.ErrMsg = "活动ID错误,不存在activityId:" + strconv.Itoa(activityId)
  552. return
  553. }
  554. if errInfo != nil {
  555. br.Msg = "操作失败"
  556. br.ErrMsg = "操作失败,Err:" + errInfo.Error()
  557. return
  558. }
  559. havePower, err := services.GetActivityDetailUserPower(user, activityInfo)
  560. if err != nil {
  561. br.Msg = "获取信息失败"
  562. br.ErrMsg = "校验用户权限失败,Err:" + err.Error()
  563. return
  564. }
  565. if havePower {
  566. item := new(models.CygxActivitySignup)
  567. resp.HasPermission = 1
  568. hasPermission = 1
  569. signupStatus = "Success"
  570. resultTime := utils.StrTimeToTime(activityInfo.ActivityTime) //时间字符串格式转时间格式
  571. if time.Now().After(resultTime.Add(-time.Minute * 60)) {
  572. signupStatus = "Overtime"
  573. resp.SignupType = signupType
  574. resp.SignupStatus = signupStatus
  575. resp.HasPermission = hasPermission
  576. resp.PopupMsg = "活动开始前1小时内无法预约,请联系对口销售处理"
  577. br.Ret = 200
  578. br.Success = true
  579. br.Msg = ""
  580. br.Data = resp
  581. return
  582. }
  583. var sellerName string
  584. sellerName, err = models.GetCompanySellerName(user.CompanyId)
  585. if err != nil {
  586. br.Msg = "报名失败!"
  587. br.ErrMsg = "获取对应销售失败,Err:" + err.Error()
  588. return
  589. }
  590. //人数已满:FullStarffed、单机构超过两人:TwoPeople、爽约次数过多:BreakPromise、超时:Overtime 、成功:Success"`
  591. //如果是下面几种情况则对报名信息做判断限制 (公司调研电话会(限制人数)、公司线下调研、专家/分析师线下沙龙)
  592. //if (activityInfo.ActivityTypeId == 3 && activityInfo.IsLimitPeople == 1) || activityInfo.ActivityTypeId > 3 {
  593. if activityInfo.IsLimitPeople == 1 {
  594. //判断优先级:总人数限制→单机构2人限制→爽约3次限制
  595. totalRestrict, err := models.GetUserRestrictCount(user.Mobile)
  596. if err != nil {
  597. br.Msg = "获取信息失败"
  598. br.ErrMsg = "获取客户信息失败,Err:" + err.Error()
  599. return
  600. }
  601. if totalRestrict >= 1 {
  602. signupStatus = "BreakPromise"
  603. resp.PopupMsg = "由于爽约次数过多,您暂时被限制报名资格"
  604. item.FailType = 3
  605. }
  606. totalSignupCompany, err := models.GetActivitySignupCompanyCount(activityId, user.CompanyId)
  607. if err != nil {
  608. br.Msg = "获取信息失败"
  609. br.ErrMsg = "获取客户信息失败,Err:" + err.Error()
  610. return
  611. }
  612. if totalSignupCompany >= 2 {
  613. signupStatus = "TwoPeople"
  614. resp.PopupMsg = "单机构最多2人报名同一活动,您所在机构报名人数已满"
  615. item.FailType = 2
  616. }
  617. totaSignupPeopleNum, err := models.GetActivitySignupSuccessCount(activityId)
  618. if err != nil {
  619. br.Msg = "获取信息失败"
  620. br.ErrMsg = "获取客户信息失败,Err:" + err.Error()
  621. return
  622. }
  623. if totaSignupPeopleNum >= activityInfo.LimitPeopleNum {
  624. signupStatus = "FullStarffed"
  625. resp.PopupMsg = "此活动报名人数已满,请留意下期活动"
  626. item.FailType = 1
  627. }
  628. totalUserRestrictCount, err := models.GetActivitySignupByUserRestrictCount(uid, activityId)
  629. if err != nil {
  630. br.Msg = "获取失败"
  631. br.ErrMsg = "获取失败,Err:" + err.Error()
  632. return
  633. }
  634. //解除报名限制之后二次报名相同活动
  635. if totalUserRestrictCount > 0 && totalRestrict == 0 && resp.GoBindEmail != true {
  636. item.UserId = uid
  637. item.RealName = user.RealName
  638. item.SellerName = sellerName
  639. item.ActivityId = activityId
  640. item.CreateTime = time.Now()
  641. item.Mobile = user.Mobile
  642. item.Email = user.Email
  643. item.CompanyId = user.CompanyId
  644. item.CompanyName = user.CompanyName
  645. item.SignupType = signupType
  646. item.FailType = 0
  647. item.DoFailType = 0
  648. _, errSignup := models.AddActivitySignupByRestrict(item)
  649. if errSignup != nil {
  650. br.Msg = "操作失败"
  651. br.ErrMsg = "操作失败,Err:" + errSignup.Error()
  652. return
  653. }
  654. resp.HaqveJurisdiction = true
  655. resp.SignupType = signupType
  656. resp.SignupStatus = "Success"
  657. resp.HasPermission = hasPermission
  658. resp.ActivityId = activityId
  659. total, err = models.GetUserMeetingReminderCount(user.UserId)
  660. if err != nil {
  661. br.Msg = "获取信息失败"
  662. br.ErrMsg = "获取日程数量信息失败,Err:" + err.Error()
  663. return
  664. }
  665. if total == 0 {
  666. resp.GoFollow = true
  667. }
  668. br.Ret = 200
  669. br.Success = true
  670. br.Msg = "操作成功"
  671. br.Data = resp
  672. return
  673. }
  674. totalMy, err := models.GetActivitySignupByUserCount(uid, activityId)
  675. if err != nil {
  676. br.Msg = "获取失败"
  677. br.ErrMsg = "获取失败,Err:" + err.Error()
  678. return
  679. }
  680. if signupStatus != "Success" && totalMy == 0 && resp.GoBindEmail != true {
  681. item.UserId = uid
  682. item.RealName = user.RealName
  683. item.SellerName = sellerName
  684. item.ActivityId = activityId
  685. item.CreateTime = time.Now()
  686. item.Mobile = user.Mobile
  687. item.Email = user.Email
  688. item.CompanyId = user.CompanyId
  689. item.CompanyName = user.CompanyName
  690. item.SignupType = signupType
  691. item.DoFailType = item.FailType
  692. if user.OutboundMobile != "" {
  693. item.OutboundMobile = user.OutboundMobile
  694. if user.OutboundCountryCode == "" {
  695. item.CountryCode = "86"
  696. } else {
  697. item.CountryCode = user.OutboundCountryCode
  698. }
  699. } else {
  700. item.OutboundMobile = user.Mobile
  701. if user.CountryCode == "" {
  702. item.CountryCode = "86"
  703. } else {
  704. item.CountryCode = user.CountryCode
  705. }
  706. }
  707. //添加报名信息,但是不加入日程
  708. _, errSignup := models.AddActivitySignupNoSchedule(item)
  709. if errSignup != nil {
  710. br.Msg = "操作失败"
  711. br.ErrMsg = "操作失败,Err:" + errSignup.Error()
  712. return
  713. }
  714. }
  715. }
  716. totalMySuccess, err := models.GetActivitySignupCount(uid, activityId)
  717. if err != nil {
  718. br.Msg = "获取失败"
  719. br.ErrMsg = "获取失败,Err:" + err.Error()
  720. return
  721. }
  722. if totalMySuccess > 0 {
  723. br.Msg = "您已报名这个活动"
  724. return
  725. }
  726. if signupStatus == "Success" && resp.GoBindEmail != true {
  727. item.UserId = uid
  728. item.RealName = user.RealName
  729. item.SellerName = sellerName
  730. item.ActivityId = activityId
  731. item.CreateTime = time.Now()
  732. item.Mobile = user.Mobile
  733. item.Email = user.Email
  734. item.CompanyId = user.CompanyId
  735. item.CompanyName = user.CompanyName
  736. item.SignupType = signupType
  737. item.FailType = 0
  738. item.DoFailType = 0
  739. item.OutboundMobile = user.Mobile
  740. if user.OutboundMobile != "" {
  741. item.OutboundMobile = user.OutboundMobile
  742. if user.OutboundCountryCode == "" {
  743. item.CountryCode = "86"
  744. } else {
  745. item.CountryCode = user.OutboundCountryCode
  746. }
  747. } else {
  748. item.OutboundMobile = user.Mobile
  749. if user.CountryCode == "" {
  750. item.CountryCode = "86"
  751. } else {
  752. item.CountryCode = user.CountryCode
  753. }
  754. }
  755. _, errSignup := models.AddActivitySignup(item)
  756. if errSignup != nil {
  757. br.Msg = "操作失败"
  758. br.ErrMsg = "操作失败,Err:" + errSignup.Error()
  759. return
  760. }
  761. resp.HaqveJurisdiction = true
  762. //1:预约外呼 、2:设置会议提醒 、 3:预约纪要 、4:活动报名
  763. if signupType == 1 {
  764. //go services.ActivityUserRemind(user, activityInfo, 1)
  765. resp.PopupMsg = item.CountryCode + "-" + item.Mobile + "<br/>预约成功,已加入您的活动日程<br/><br/>想要及时获取活动时间变更通知,请关注【查研观向小助手】公众号"
  766. } else {
  767. //go services.ActivityUserRemind(user, activityInfo, 4)
  768. resp.PopupMsg = "报名成功,已加入您的活动日程<br/><br/>想要及时获取活动时间变更通知,请关注【查研观向小助手】公众号"
  769. }
  770. }
  771. } else {
  772. hasPermission, sellerName, sellerMobile, popupMsg, err := services.GetUserHasPermission(user)
  773. if err != nil {
  774. br.Msg = "获取信息失败"
  775. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  776. return
  777. }
  778. popupMsg = "暂无查看权限"
  779. resp.PopupMsg = popupMsg
  780. resp.HasPermission = hasPermission
  781. resp.SellerName = sellerName
  782. resp.SellerMobile = sellerMobile
  783. }
  784. if signupType == 1 && user.IsMsgOutboundMobile == 0 {
  785. resp.GoOutboundMobile = true
  786. if user.Mobile != "" || user.OutboundMobile != "" {
  787. go models.ModifyWxUserIsMsgOutboundMobile(user.UserId)
  788. }
  789. }
  790. if user.OutboundMobile == "" {
  791. resp.Mobile = user.Mobile
  792. if user.CountryCode == "" && len(user.Mobile) == 11 {
  793. resp.CountryCode = "86"
  794. } else {
  795. resp.CountryCode = user.CountryCode
  796. }
  797. } else {
  798. resp.Mobile = user.OutboundMobile
  799. resp.CountryCode = user.OutboundCountryCode
  800. }
  801. //如果用户有绑定手机号,但是没有绑定外呼手机号
  802. if signupType == 1 && user.Mobile != "" && user.OutboundMobile == "" {
  803. var countryCode string
  804. if len(user.Mobile) == 8 {
  805. countryCode = "852"
  806. } else if len(user.Mobile) == 9 {
  807. countryCode = "886"
  808. } else if len(user.Mobile) == 10 {
  809. countryCode = "1"
  810. } else if len(user.Mobile) >= 11 {
  811. countryCode = "86"
  812. }
  813. models.BindUserOutboundMobileByMobile(user.Mobile, countryCode, uid)
  814. }
  815. resp.SignupType = signupType
  816. resp.SignupStatus = signupStatus
  817. //resp.HasPermission = hasPermission
  818. //if signupStatus == "Success" {
  819. resp.ActivityId = activityId
  820. //}
  821. total, err = models.GetUserSignupCount(user.UserId)
  822. if err != nil {
  823. br.Msg = "获取信息失败"
  824. br.ErrMsg = "获取日程数量信息失败,Err:" + err.Error()
  825. return
  826. }
  827. if total <= 1 {
  828. resp.GoFollow = true
  829. }
  830. br.Ret = 200
  831. br.Success = true
  832. br.Msg = "操作成功"
  833. br.Data = resp
  834. }
  835. // @Title 活动取消报名
  836. // @Description 活动取消报名接口
  837. // @Param request body models.ActivitySingnupRep true "type json string"
  838. // @Success Ret=200 {object} models.SignupStatus
  839. // @router /signup/cancel [post]
  840. func (this *ActivityController) SignupCancel() {
  841. br := new(models.BaseResponse).Init()
  842. defer func() {
  843. this.Data["json"] = br
  844. this.ServeJSON()
  845. }()
  846. user := this.User
  847. if user == nil {
  848. br.Msg = "请登录"
  849. br.ErrMsg = "请登录,用户信息为空"
  850. br.Ret = 408
  851. return
  852. }
  853. uid := user.UserId
  854. var req models.ActivitySingnupRep
  855. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  856. if err != nil {
  857. br.Msg = "参数解析异常!"
  858. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  859. return
  860. }
  861. activityId := req.ActivityId
  862. signupType := req.SignupType
  863. item := new(models.CygxActivitySignup)
  864. activityInfo, errInfo := models.GetAddActivityInfoById(activityId)
  865. if activityInfo == nil {
  866. br.Msg = "操作失败"
  867. br.ErrMsg = "活动ID错误,不存在activityId:" + strconv.Itoa(activityId)
  868. return
  869. }
  870. if errInfo != nil {
  871. br.Msg = "操作失败"
  872. br.ErrMsg = "操作失败,Err:" + errInfo.Error()
  873. return
  874. }
  875. resultTime := utils.StrTimeToTime(activityInfo.ActivityTime) //时间字符串格式转时间格式
  876. if time.Now().After(resultTime.Add(-time.Minute * 60)) {
  877. if signupType == 1 {
  878. br.Msg = "活动开始前1小时内无法取消预约外呼,请联系对口销售处理"
  879. } else {
  880. br.Msg = "活动开始前1小时内无法取消报名,请联系对口销售处理"
  881. }
  882. return
  883. }
  884. total, err := models.GetActivitySignupCount(uid, activityId)
  885. if err != nil {
  886. br.Msg = "获取失败"
  887. br.ErrMsg = "获取失败,Err:" + err.Error()
  888. return
  889. }
  890. if total == 0 {
  891. br.Msg = "您暂未报名这个活动"
  892. return
  893. }
  894. item.UserId = uid
  895. item.ActivityId = activityId
  896. item.CreateTime = time.Now()
  897. item.Mobile = user.Mobile
  898. item.Email = user.Email
  899. item.CompanyId = user.CompanyId
  900. item.CompanyName = user.CompanyName
  901. _, errSignup := models.CancelActivitySignup(item)
  902. if errSignup != nil {
  903. br.Msg = "操作失败"
  904. br.ErrMsg = "操作失败,Err:" + errSignup.Error()
  905. return
  906. }
  907. br.Ret = 200
  908. br.Success = true
  909. br.Msg = "操作成功"
  910. }
  911. // @Title 添加会议提醒
  912. // @Description 添加会议提醒接口
  913. // @Param request body models.ActivityIdRep true "type json string"
  914. // @Success Ret=200 {object} models.SignupStatus
  915. // @router /meetingReminder/add [post]
  916. func (this *ActivityController) MeetingReminderAdd() {
  917. br := new(models.BaseResponse).Init()
  918. defer func() {
  919. this.Data["json"] = br
  920. this.ServeJSON()
  921. }()
  922. user := this.User
  923. if user == nil {
  924. br.Msg = "请登录"
  925. br.ErrMsg = "请登录,用户信息为空"
  926. br.Ret = 408
  927. return
  928. }
  929. uid := user.UserId
  930. signupStatus := ""
  931. var req models.ActivitySingnupRep
  932. resp := new(models.SignupStatus)
  933. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  934. if err != nil {
  935. br.Msg = "参数解析异常!"
  936. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  937. return
  938. }
  939. activityId := req.ActivityId
  940. signupType := req.SignupType
  941. hasPermission := 0
  942. if signupType == 1 && user.Mobile == "" && user.OutboundMobile == "" {
  943. resp.GoBindEmail = true
  944. }
  945. activityInfo, errInfo := models.GetAddActivityInfoById(activityId)
  946. if activityInfo == nil {
  947. br.Msg = "操作失败"
  948. br.ErrMsg = "活动ID错误,不存在activityId:" + strconv.Itoa(activityId)
  949. return
  950. }
  951. if errInfo != nil {
  952. br.Msg = "操作失败"
  953. br.ErrMsg = "操作失败,Err:" + errInfo.Error()
  954. return
  955. }
  956. havePower, err := services.GetActivityDetailUserPower(user, activityInfo)
  957. if err != nil {
  958. br.Msg = "获取信息失败"
  959. br.ErrMsg = "校验用户权限失败,Err:" + err.Error()
  960. return
  961. }
  962. if havePower {
  963. item := new(models.CygxActivityMeetingReminder)
  964. resp.HasPermission = 1
  965. hasPermission = 1
  966. signupStatus = "Success"
  967. resultTime := utils.StrTimeToTime(activityInfo.ActivityTime) //时间字符串格式转时间格式
  968. if time.Now().After(resultTime.Add(-time.Minute * 15)) {
  969. signupStatus = "Overtime"
  970. resp.SignupType = signupType
  971. resp.SignupStatus = signupStatus
  972. resp.HasPermission = hasPermission
  973. resp.PopupMsg = "活动开始前15分钟无法设置会议提醒"
  974. br.Ret = 200
  975. br.Success = true
  976. br.Msg = ""
  977. br.Data = resp
  978. return
  979. }
  980. hasPermission = 1
  981. signupStatus = "Success"
  982. totalMeeting, errMeeting := models.GetActivityMeetingReminderCount(uid, activityId)
  983. if errMeeting != nil {
  984. br.Msg = "获取失败"
  985. br.ErrMsg = "获取失败,Err:" + errMeeting.Error()
  986. return
  987. }
  988. if totalMeeting > 0 {
  989. br.Msg = "您已预约,请勿重复预约"
  990. return
  991. }
  992. item.UserId = uid
  993. item.ActivityId = activityId
  994. item.CreateTime = time.Now()
  995. item.Mobile = user.Mobile
  996. item.Email = user.Email
  997. item.CompanyId = user.CompanyId
  998. item.CompanyName = user.CompanyName
  999. _, errSignup := models.AddActivityMeetingReminder(item)
  1000. if errSignup != nil {
  1001. br.Msg = "操作失败"
  1002. br.ErrMsg = "操作失败,Err:" + errSignup.Error()
  1003. return
  1004. }
  1005. br.Msg = "设置成功,会前15分钟会为您推送微信消息提醒"
  1006. resp.PopupMsg = "设置成功,会前15分钟会为您推送微信消息提醒<br/><br/>请关注【查研观向小助手】公众号,以获取微信消息提醒"
  1007. } else {
  1008. hasPermission, sellerName, sellerMobile, popupMsg, err := services.GetUserHasPermission(user)
  1009. if err != nil {
  1010. br.Msg = "获取信息失败"
  1011. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  1012. return
  1013. }
  1014. popupMsg = "暂无查看权限"
  1015. resp.PopupMsg = popupMsg
  1016. resp.HasPermission = hasPermission
  1017. resp.SellerName = sellerName
  1018. resp.SellerMobile = sellerMobile
  1019. }
  1020. br.Ret = 200
  1021. br.Success = true
  1022. br.Msg = "操作成功"
  1023. br.Data = resp
  1024. }
  1025. // @Title 取消会议提醒
  1026. // @Description 取消会议提醒接口
  1027. // @Param request body models.ActivityIdRep true "type json string"
  1028. // @Success Ret=200 {object} models.SignupStatus
  1029. // @router /meetingReminder/cancel [post]
  1030. func (this *ActivityController) MeetingReminderCancel() {
  1031. br := new(models.BaseResponse).Init()
  1032. defer func() {
  1033. this.Data["json"] = br
  1034. this.ServeJSON()
  1035. }()
  1036. user := this.User
  1037. if user == nil {
  1038. br.Msg = "请登录"
  1039. br.ErrMsg = "请登录,用户信息为空"
  1040. br.Ret = 408
  1041. return
  1042. }
  1043. uid := user.UserId
  1044. var req models.ActivityIdRep
  1045. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  1046. if err != nil {
  1047. br.Msg = "参数解析异常!"
  1048. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  1049. return
  1050. }
  1051. activityId := req.ActivityId
  1052. signupStatus := "Success"
  1053. item := new(models.CygxActivityMeetingReminder)
  1054. activityInfo, errInfo := models.GetAddActivityInfoById(activityId)
  1055. if activityInfo == nil {
  1056. br.Msg = "操作失败"
  1057. br.ErrMsg = "活动ID错误,不存在activityId:" + strconv.Itoa(activityId)
  1058. return
  1059. }
  1060. if errInfo != nil {
  1061. br.Msg = "操作失败"
  1062. br.ErrMsg = "操作失败,Err:" + errInfo.Error()
  1063. return
  1064. }
  1065. total, err := models.GetActivityMeetingReminderCount(uid, activityId)
  1066. if err != nil {
  1067. br.Msg = "获取失败"
  1068. br.ErrMsg = "获取失败,Err:" + err.Error()
  1069. return
  1070. }
  1071. if total == 0 {
  1072. br.Msg = "您暂未添加该活动会议提醒"
  1073. return
  1074. }
  1075. item.UserId = uid
  1076. item.ActivityId = activityId
  1077. item.CreateTime = time.Now()
  1078. item.Mobile = user.Mobile
  1079. item.Email = user.Email
  1080. item.CompanyId = user.CompanyId
  1081. item.CompanyName = user.CompanyName
  1082. _, errSignup := models.CancelActivityMeetingReminder(item)
  1083. if errSignup != nil {
  1084. br.Msg = "操作失败"
  1085. br.ErrMsg = "操作失败,Err:" + errSignup.Error()
  1086. return
  1087. }
  1088. resp := new(models.SignupStatus)
  1089. resp.SignupStatus = signupStatus
  1090. resp.HasPermission = 1
  1091. resp.ActivityId = activityId
  1092. br.Ret = 200
  1093. br.Success = true
  1094. br.Msg = "会议提醒已取消"
  1095. br.Data = resp
  1096. }
  1097. // @Title 预约纪要
  1098. // @Description 预约纪要接口
  1099. // @Param request body models.ActivityIdRep true "type json string"
  1100. // @Success Ret=200 {object} models.AppointmentResp
  1101. // @router /appointment/add [post]
  1102. func (this *ActivityController) ActivityAppointmentAdd() {
  1103. br := new(models.BaseResponse).Init()
  1104. defer func() {
  1105. this.Data["json"] = br
  1106. this.ServeJSON()
  1107. }()
  1108. user := this.User
  1109. if user == nil {
  1110. br.Msg = "请登录"
  1111. br.ErrMsg = "请登录,用户信息为空"
  1112. br.Ret = 408
  1113. return
  1114. }
  1115. uid := user.UserId
  1116. var req models.ActivitySingnupRep
  1117. resp := new(models.SignupStatus)
  1118. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  1119. if err != nil {
  1120. br.Msg = "参数解析异常!"
  1121. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  1122. return
  1123. }
  1124. activityId := req.ActivityId
  1125. signupType := req.SignupType
  1126. if signupType == 1 && user.Mobile == "" && user.OutboundMobile == "" {
  1127. resp.GoBindEmail = true
  1128. }
  1129. activityInfo, errInfo := models.GetAddActivityInfoById(activityId)
  1130. if activityInfo == nil {
  1131. br.Msg = "操作失败"
  1132. br.ErrMsg = "活动ID错误,不存在activityId:" + strconv.Itoa(activityId)
  1133. return
  1134. }
  1135. if errInfo != nil {
  1136. br.Msg = "操作失败"
  1137. br.ErrMsg = "操作失败,Err:" + errInfo.Error()
  1138. return
  1139. }
  1140. havePower, err := services.GetActivityDetailUserPower(user, activityInfo)
  1141. if err != nil {
  1142. br.Msg = "获取信息失败"
  1143. br.ErrMsg = "校验用户权限失败,Err:" + err.Error()
  1144. return
  1145. }
  1146. if havePower {
  1147. item := new(models.CygxActivityAppointment)
  1148. resp.HasPermission = 1
  1149. totalMeeting, errMeeting := models.GetUserCygxActivityAppointmentCount(uid, activityId)
  1150. if errMeeting != nil {
  1151. br.Msg = "获取失败"
  1152. br.ErrMsg = "获取失败,Err:" + errMeeting.Error()
  1153. return
  1154. }
  1155. if totalMeeting > 0 {
  1156. br.Msg = "您已预约,请勿重复预约"
  1157. return
  1158. }
  1159. var sellerName string
  1160. sellerName, err = models.GetCompanySellerName(user.CompanyId)
  1161. if err != nil {
  1162. br.Msg = "报名失败!"
  1163. br.ErrMsg = "获取对应销售失败,Err:" + err.Error()
  1164. return
  1165. }
  1166. item.UserId = uid
  1167. item.ActivityId = activityId
  1168. item.CreateTime = time.Now()
  1169. item.Mobile = user.Mobile
  1170. item.Email = user.Email
  1171. item.CompanyId = user.CompanyId
  1172. item.CompanyName = user.CompanyName
  1173. item.SellerName = sellerName
  1174. item.RealName = user.RealName
  1175. err = models.AddCygxActivityAppointment(item)
  1176. if err != nil {
  1177. br.Msg = "操作失败"
  1178. br.ErrMsg = "操作失败,Err:" + err.Error()
  1179. return
  1180. }
  1181. resp.SignupStatus = "Success"
  1182. //1:预约外呼 、2:设置会议提醒 、 3:预约纪要 、4:活动报名
  1183. //go services.ActivityUserRemind(user, activityInfo, 3)
  1184. } else {
  1185. hasPermission, sellerName, sellerMobile, popupMsg, err := services.GetUserHasPermission(user)
  1186. if err != nil {
  1187. br.Msg = "获取信息失败"
  1188. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  1189. return
  1190. }
  1191. popupMsg = "暂无查看权限"
  1192. resp.PopupMsg = popupMsg
  1193. resp.HasPermission = hasPermission
  1194. resp.SellerName = sellerName
  1195. resp.SellerMobile = sellerMobile
  1196. }
  1197. br.Ret = 200
  1198. br.Success = true
  1199. br.Msg = "操作成功"
  1200. br.Data = resp
  1201. }
  1202. // @Title 取消预约纪要
  1203. // @Description 取消预约纪要接口
  1204. // @Param request body models.ActivityIdRep true "type json string"
  1205. // @Success Ret=200 {object} models.SignupStatus
  1206. // @router /appointment/cancel [post]
  1207. func (this *ActivityController) ActivityAppointmentCancel() {
  1208. br := new(models.BaseResponse).Init()
  1209. defer func() {
  1210. this.Data["json"] = br
  1211. this.ServeJSON()
  1212. }()
  1213. user := this.User
  1214. if user == nil {
  1215. br.Msg = "请登录"
  1216. br.ErrMsg = "请登录,用户信息为空"
  1217. br.Ret = 408
  1218. return
  1219. }
  1220. uid := user.UserId
  1221. var req models.ActivityIdRep
  1222. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  1223. if err != nil {
  1224. br.Msg = "参数解析异常!"
  1225. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  1226. return
  1227. }
  1228. activityId := req.ActivityId
  1229. signupStatus := "Success"
  1230. item := new(models.CygxActivityAppointment)
  1231. activityInfo, errInfo := models.GetAddActivityInfoById(activityId)
  1232. if activityInfo == nil {
  1233. br.Msg = "操作失败"
  1234. br.ErrMsg = "活动ID错误,不存在activityId:" + strconv.Itoa(activityId)
  1235. return
  1236. }
  1237. if errInfo != nil {
  1238. br.Msg = "操作失败"
  1239. br.ErrMsg = "操作失败,Err:" + errInfo.Error()
  1240. return
  1241. }
  1242. total, err := models.GetUserCygxActivityAppointmentCount(uid, activityId)
  1243. if err != nil {
  1244. br.Msg = "获取失败"
  1245. br.ErrMsg = "获取失败,Err:" + err.Error()
  1246. return
  1247. }
  1248. if total == 0 {
  1249. br.Msg = "您暂未预约该纪要"
  1250. return
  1251. }
  1252. item.UserId = uid
  1253. item.ActivityId = activityId
  1254. item.CreateTime = time.Now()
  1255. item.Mobile = user.Mobile
  1256. item.Email = user.Email
  1257. item.CompanyId = user.CompanyId
  1258. item.CompanyName = user.CompanyName
  1259. _, errSignup := models.CancelcygxActivityAppointment(item)
  1260. if errSignup != nil {
  1261. br.Msg = "操作失败"
  1262. br.ErrMsg = "操作失败,Err:" + errSignup.Error()
  1263. return
  1264. }
  1265. resp := new(models.SignupStatus)
  1266. resp.SignupStatus = signupStatus
  1267. resp.ActivityId = activityId
  1268. resp.HasPermission = 1
  1269. br.Ret = 200
  1270. br.Success = true
  1271. br.Msg = "已取消"
  1272. br.Data = resp
  1273. }
  1274. // @Title 活动带问
  1275. // @Description 新增活动带问接口
  1276. // @Param request body models.AddCygxActivityHelpAsk true "type json string"
  1277. // @Success Ret=200 新增成功
  1278. // @router /askAdd [post]
  1279. func (this *ActivityController) AskAdd() {
  1280. br := new(models.BaseResponse).Init()
  1281. defer func() {
  1282. this.Data["json"] = br
  1283. this.ServeJSON()
  1284. }()
  1285. user := this.User
  1286. if user == nil {
  1287. br.Msg = "请登录"
  1288. br.ErrMsg = "请登录,SysUser Is Empty"
  1289. br.Ret = 408
  1290. return
  1291. }
  1292. var req models.CygxActivityHelpAsk
  1293. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  1294. if err != nil {
  1295. br.Msg = "参数解析异常!"
  1296. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  1297. return
  1298. }
  1299. if req.Content == "" {
  1300. br.Msg = "建议内容不可为空"
  1301. return
  1302. }
  1303. content := req.Content
  1304. //itemToken, err := services.WxGetToken()
  1305. //if err != nil {
  1306. // br.Msg = "GetWxAccessToken Err:" + err.Error()
  1307. // return
  1308. //}
  1309. //if itemToken.AccessToken == "" {
  1310. // br.Msg = "accessToken is empty"
  1311. // return
  1312. //}
  1313. //commerr, err := weapp.MSGSecCheck(itemToken.AccessToken, content)
  1314. //if err != nil {
  1315. // br.Msg = "内容校验失败!"
  1316. // br.ErrMsg = "内容校验失败,Err:" + err.Error()
  1317. // return
  1318. //}
  1319. //if commerr.ErrCode != 0 {
  1320. // br.Msg = "内容违规,请重新提交!"
  1321. // br.ErrMsg = "颜文字内容违规,Err:" + commerr.ErrMSG
  1322. // return
  1323. //}
  1324. activityId := req.ActivityId
  1325. activityInfo, errInfo := models.GetAddActivityInfoById(activityId)
  1326. if activityInfo == nil {
  1327. br.Msg = "操作失败"
  1328. br.ErrMsg = "活动ID错误,不存在activityId:" + strconv.Itoa(activityId)
  1329. return
  1330. }
  1331. if errInfo != nil {
  1332. br.Msg = "操作失败"
  1333. br.ErrMsg = "操作失败,Err:" + errInfo.Error()
  1334. return
  1335. }
  1336. resp := new(models.SignupStatus)
  1337. havePower, err := services.GetActivityDetailUserPower(user, activityInfo)
  1338. if err != nil {
  1339. br.Msg = "获取信息失败"
  1340. br.ErrMsg = "校验用户权限失败,Err:" + err.Error()
  1341. return
  1342. }
  1343. if havePower {
  1344. companyDetail, err := models.GetCompanyDetailById(user.CompanyId)
  1345. if err != nil {
  1346. br.Msg = "提交失败!"
  1347. br.ErrMsg = "获取客户详情失败,Err:" + err.Error()
  1348. return
  1349. }
  1350. if companyDetail == nil {
  1351. br.Msg = "提交失败!"
  1352. br.ErrMsg = "客户不存在,uid:" + strconv.Itoa(user.UserId)
  1353. return
  1354. }
  1355. resp.SignupStatus = "Success"
  1356. resp.HasPermission = 1
  1357. item := new(models.CygxActivityHelpAsk)
  1358. item.UserId = user.UserId
  1359. item.ActivityId = req.ActivityId
  1360. item.CompanyId = user.CompanyId
  1361. item.CompanyName = companyDetail.CompanyName
  1362. item.CreateTime = time.Now()
  1363. item.Mobile = user.Mobile
  1364. item.Email = user.Email
  1365. item.Content = content
  1366. _, err = models.AddActivityHelpAsk(item)
  1367. if err != nil {
  1368. br.Msg = "提交失败"
  1369. br.ErrMsg = "提交带问失败,Err:" + err.Error()
  1370. return
  1371. }
  1372. var isSendMsg bool
  1373. resultTime := utils.StrTimeToTime(activityInfo.ActivityTime) //时间字符串格式转时间格式
  1374. if activityInfo.ActivityTypeId == 1 && activityInfo.ChartPermissionId != 31 {
  1375. if time.Now().After(resultTime.Add(-time.Minute * 15)) {
  1376. isSendMsg = true
  1377. }
  1378. } else {
  1379. if time.Now().After(resultTime.Add(-time.Minute * 60)) {
  1380. isSendMsg = true
  1381. }
  1382. }
  1383. if isSendMsg {
  1384. listEmail, err := models.GetAskEmail()
  1385. if err != nil {
  1386. br.Msg = "提交失败"
  1387. br.ErrMsg = "提交带问失败,Err:" + err.Error()
  1388. return
  1389. }
  1390. var sendMobile string
  1391. for _, v := range listEmail {
  1392. if strings.Index(activityInfo.Host, v.Name) > 0 {
  1393. sendMobile = v.Mobile
  1394. }
  1395. }
  1396. if activityInfo.ChartPermissionId == 31 {
  1397. sendMobile = utils.ActSendMsgMobile
  1398. }
  1399. //获取销售信息
  1400. sellerItem, err := models.GetSellerByCompanyIdCheckFicc(user.CompanyId, 2)
  1401. if err != nil && err.Error() != utils.ErrNoRow() {
  1402. br.Msg = "提交失败"
  1403. br.ErrMsg = "获取销售信息失败,Err:" + err.Error()
  1404. return
  1405. }
  1406. //给研究员发送消息
  1407. if sendMobile != "" {
  1408. openIpItem, _ := models.GetUserRecordByMobile(4, sendMobile)
  1409. if openIpItem != nil && openIpItem.OpenId != "" {
  1410. if sellerItem != nil {
  1411. //services.SendActivityAskApplyTemplateMsgV2(user.RealName+"——"+user.CompanyName, "所属销售:"+sellerItem.RealName, time.Now().Format(utils.FormatDateTime), req.Content, activityInfo.ActivityName, openIpItem, activityInfo)
  1412. }
  1413. }
  1414. }
  1415. // 给所属销售发送消息
  1416. if sellerItem != nil {
  1417. openIpItem, _ := models.GetUserRecordByMobile(4, sellerItem.Mobile)
  1418. if openIpItem != nil && openIpItem.OpenId != "" {
  1419. //services.SendActivityAskApplyTemplateMsgV2(user.RealName+"——"+user.CompanyName, "所属销售:"+sellerItem.RealName, time.Now().Format(utils.FormatDateTime), req.Content, activityInfo.ActivityName, openIpItem, activityInfo)
  1420. }
  1421. }
  1422. }
  1423. } else {
  1424. hasPermission, sellerName, sellerMobile, popupMsg, err := services.GetUserHasPermission(user)
  1425. if err != nil {
  1426. br.Msg = "获取信息失败"
  1427. br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
  1428. return
  1429. }
  1430. popupMsg = "暂无查看权限"
  1431. resp.PopupMsg = popupMsg
  1432. resp.HasPermission = hasPermission
  1433. resp.SellerName = sellerName
  1434. resp.SellerMobile = sellerMobile
  1435. }
  1436. br.Ret = 200
  1437. br.Success = true
  1438. br.Data = resp
  1439. br.Msg = "提交成功"
  1440. }
  1441. // @Title 视频详情
  1442. // @Description 时间线接口
  1443. // @Param VideoId query int true "视频ID"
  1444. // @Success 200 {object} models.IndustryVideoDetailResp
  1445. // @router /detailVideo [get]
  1446. func (this *ActivityController) DetailVideo() {
  1447. br := new(models.BaseResponse).Init()
  1448. defer func() {
  1449. this.Data["json"] = br
  1450. this.ServeJSON()
  1451. }()
  1452. user := this.User
  1453. if user == nil {
  1454. br.Msg = "请重新登录"
  1455. br.Ret = 408
  1456. return
  1457. }
  1458. videoId, _ := this.GetInt("VideoId")
  1459. videoSimple, au, err := services.GetActivityVideoDetailById(user, videoId)
  1460. if err != nil {
  1461. br.Msg = "获取失败"
  1462. br.ErrMsg = "获取用户权限失败, Err: " + err.Error()
  1463. return
  1464. }
  1465. resp := new(models.ActivityVideoDetailResp)
  1466. resp.VideoDetail = videoSimple
  1467. resp.AuthInfo = au
  1468. br.Ret = 200
  1469. br.Success = true
  1470. br.Msg = "获取成功"
  1471. br.Data = resp
  1472. }