activity.go 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573
  1. package cygx
  2. import (
  3. "encoding/json"
  4. "fmt"
  5. "github.com/rdlucklib/rdluck_tools/paging"
  6. "hongze/hz_crm_api/controllers"
  7. "hongze/hz_crm_api/models"
  8. "hongze/hz_crm_api/models/cygx"
  9. "hongze/hz_crm_api/services"
  10. cygxService "hongze/hz_crm_api/services/cygx"
  11. "hongze/hz_crm_api/services/elastic"
  12. "hongze/hz_crm_api/utils"
  13. "strconv"
  14. "strings"
  15. "time"
  16. )
  17. // 活动
  18. type ActivityCoAntroller struct {
  19. controllers.BaseAuthController
  20. }
  21. // @Title 活动客户列表
  22. // @Description 活动客户列表接口
  23. // @Param IsZxdy query bool false "是否展示专项调研类型"
  24. // @Success 200 {object} cygx.ActivityCcustomerTypeList
  25. // @router /activity/customerTypelist [get]
  26. func (this *ActivityCoAntroller) List() {
  27. br := new(models.BaseResponse).Init()
  28. defer func() {
  29. this.Data["json"] = br
  30. this.ServeJSON()
  31. }()
  32. isZxdy, _ := this.GetBool("IsZxdy", false)
  33. sysUser := this.SysUser
  34. if sysUser == nil {
  35. br.Msg = "请登录"
  36. br.ErrMsg = "请登录,SysUser Is Empty"
  37. br.Ret = 408
  38. return
  39. }
  40. resp := new(cygx.ActivityCcustomerTypeList)
  41. var condition string
  42. if !isZxdy {
  43. condition += ` AND is_activity = 1 `
  44. } else {
  45. condition += ` AND is_apecial = 1 `
  46. }
  47. list, err := cygx.GetActivityCcustomerTypeList(condition)
  48. if err != nil {
  49. br.Msg = "获取失败"
  50. br.ErrMsg = "获取数据失败,Err:" + err.Error()
  51. return
  52. }
  53. resp.List = list
  54. br.Ret = 200
  55. br.Success = true
  56. br.Msg = "获取成功"
  57. br.Data = resp
  58. }
  59. // @Title 活动内容的保存与发布
  60. // @Description 活动内容的保存与发布接口
  61. // @Param request body cygx.ActivityRep true "type json string"
  62. // @Success 200 操作成功
  63. // @router /activity/PreserveAndPublish [post]
  64. func (this *ActivityCoAntroller) PreserveAndPublish() {
  65. br := new(models.BaseResponse).Init()
  66. defer func() {
  67. this.Data["json"] = br
  68. this.ServeJSON()
  69. }()
  70. AdminUser := this.SysUser
  71. if AdminUser == nil {
  72. br.Msg = "请登录"
  73. br.ErrMsg = "请登录,用户信息为空"
  74. br.Ret = 408
  75. return
  76. }
  77. var req cygx.ActivityRep
  78. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  79. if err != nil {
  80. br.Msg = "参数解析异常!"
  81. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  82. return
  83. }
  84. if req.Body == "" {
  85. br.Msg = "内容不可为空"
  86. return
  87. }
  88. //不限制人数的,强制改为全部客户可见
  89. if req.LimitPeopleNum == 0 {
  90. req.VisibleRange = 2
  91. req.IsMakerShow = 0
  92. req.Scale = ""
  93. req.CustomerTypeIds = ""
  94. }
  95. if req.IsResearchPoints == 0 {
  96. req.SiginupDeadline = ""
  97. }
  98. activityId := req.ActivityId
  99. labelType := req.LabelType
  100. labelList := req.List
  101. activityTypeId := req.ActivityTypeId
  102. scale := req.Scale
  103. voiceList := req.VoiceList
  104. videoDetail := req.VideoDetail
  105. isBClass := req.IsBClass
  106. isResearchPoints := req.IsResearchPoints
  107. isShowHz := req.IsShowHz
  108. isResearch := req.IsResearch //是否是研选类型的活动
  109. if isResearch {
  110. req.PermissionName = utils.CHART_PERMISSION_NAME_MF_YANXUAN
  111. }
  112. var items []*cygx.CygxActivity
  113. //temporaryLabel := req.TemporaryLabel
  114. industrialManagementIdS := req.IndustrialManagementIdS
  115. industrialSubjectIdS := req.IndustrialSubjectIdS
  116. body := req.Body
  117. customerTypeIds := req.CustomerTypeIds
  118. if req.VisibleRange != 1 {
  119. req.VisibleRange = 2
  120. }
  121. //公司调研电话会,增加【外部资源】勾选项,其他的强制过滤
  122. if req.ActivityTypeId != 3 {
  123. req.IsExternalLabel = 0
  124. }
  125. isExternalLabel := req.IsExternalLabel
  126. pointsSet := req.PointsSet
  127. isNeedEmail := req.IsNeedEmail
  128. siginupDeadline := req.SiginupDeadline
  129. if customerTypeIds != "" {
  130. condition := ` AND customer_type_id IN (` + customerTypeIds + `)`
  131. listValue, err := cygx.GetActivityCcustomerTypeList(condition)
  132. if err != nil {
  133. br.Msg = "活动可见套餐类型错误,请核实"
  134. return
  135. }
  136. req.CustomerTypeIds = ""
  137. for _, v := range listValue {
  138. req.CustomerTypeIds += v.PermissionValue + ","
  139. }
  140. req.CustomerTypeIds = strings.TrimRight(req.CustomerTypeIds, ",")
  141. }
  142. if len(voiceList) > 0 && videoDetail != nil {
  143. br.Msg = "音频与视频只能上传一个"
  144. return
  145. }
  146. body = strings.Replace(body, "  ", "", -1)
  147. body = strings.Replace(body, " ", "", -1)
  148. slice := strings.Split(body, "<hr>")
  149. if activityId == 0 {
  150. if activityTypeId == 1 {
  151. if labelType != 1 && labelType != 2 {
  152. br.Msg = "请选择主题标签"
  153. return
  154. }
  155. }
  156. }
  157. var industrialActivityItemsList [][]*cygx.CygxIndustrialActivityGroupManagement
  158. var subjectActivityItemsList [][]*cygx.CygxIndustrialActivityGroupSubject
  159. var industryAndSubjectNameItems []*cygx.IndustryAndSubjectName
  160. var industrialNames string
  161. var industrialSubjectNames string
  162. industryIds := make([]int, 0)
  163. for _, vLabel := range labelList {
  164. var industrialActivityItems []*cygx.CygxIndustrialActivityGroupManagement
  165. var subjectActivityItems []*cygx.CygxIndustrialActivityGroupSubject
  166. if vLabel.IndustrialManagementIdS != "" {
  167. industrialManagementIdS = vLabel.IndustrialManagementIdS
  168. industrialSubjectIdS = vLabel.IndustrialSubjectIdS
  169. if industrialManagementIdS == "" {
  170. br.Msg = "请选择产业"
  171. return
  172. }
  173. industrialManagementIdS = strings.Replace(industrialManagementIdS, " ", "", -1)
  174. industrialManagementList := strings.Split(industrialManagementIdS, ",")
  175. for _, v := range industrialManagementList {
  176. industrialActivityItem := new(cygx.CygxIndustrialActivityGroupManagement)
  177. industrialManagementId, err := strconv.Atoi(v)
  178. if err != nil {
  179. br.Msg = "参数解析异常!"
  180. br.ErrMsg = "产业ID不规范,Err:" + err.Error() + industrialManagementIdS
  181. return
  182. }
  183. industryIds = append(industryIds, industrialManagementId)
  184. industrialActivityItem.CreateTime = time.Now()
  185. industrialActivityItem.IndustrialManagementId = industrialManagementId
  186. industrialActivityItem.ActivityId = activityId
  187. industrialActivityItem.Source = 1
  188. industrialActivityItems = append(industrialActivityItems, industrialActivityItem)
  189. }
  190. if industrialSubjectIdS != "" {
  191. industrialSubjectIdList := strings.Split(industrialSubjectIdS, ",")
  192. for _, v := range industrialSubjectIdList {
  193. subjectActivityItem := new(cygx.CygxIndustrialActivityGroupSubject)
  194. industrialSubjectId, err := strconv.Atoi(v)
  195. if err != nil {
  196. br.Msg = "参数解析异常!"
  197. br.ErrMsg = "标的ID不规范,Err:" + err.Error() + industrialManagementIdS
  198. return
  199. }
  200. subjectActivityItem.CreateTime = time.Now()
  201. subjectActivityItem.IndustrialSubjectId = industrialSubjectId
  202. subjectActivityItem.ActivityId = activityId
  203. subjectActivityItem.Source = 1
  204. subjectActivityItems = append(subjectActivityItems, subjectActivityItem)
  205. }
  206. }
  207. //产业名称
  208. if industrialManagementIdS != "" {
  209. industrialNames, err = cygx.GetindustrialManagementNames(industrialManagementIdS)
  210. if err != nil {
  211. br.Msg = "参数解析异常!"
  212. br.ErrMsg = "产业ID不规范,Err:" + err.Error() + industrialManagementIdS
  213. return
  214. }
  215. }
  216. //标的名称
  217. if industrialSubjectIdS != "" {
  218. industrialSubjectNames, err = cygx.GetindustrialSubjectNames(industrialSubjectIdS)
  219. if err != nil {
  220. br.Msg = "参数解析异常!"
  221. br.ErrMsg = "标的ID不规范,Err:" + err.Error() + industrialSubjectIdS
  222. return
  223. }
  224. } else {
  225. industrialSubjectNames = ""
  226. }
  227. }
  228. if len(industrialActivityItems) == 0 {
  229. industrialActivityItems = make([]*cygx.CygxIndustrialActivityGroupManagement, 0)
  230. }
  231. if len(subjectActivityItems) == 0 {
  232. subjectActivityItems = make([]*cygx.CygxIndustrialActivityGroupSubject, 0)
  233. }
  234. industrialActivityItemsList = append(industrialActivityItemsList, industrialActivityItems)
  235. subjectActivityItemsList = append(subjectActivityItemsList, subjectActivityItems)
  236. //合并产业以及标的的名称
  237. industryAndSubjectNameItem := new(cygx.IndustryAndSubjectName)
  238. industryAndSubjectNameItem.IndustryNames = industrialNames
  239. industryAndSubjectNameItem.SubjectNames = industrialSubjectNames
  240. industryAndSubjectNameItem.TemporaryLabel = vLabel.TemporaryLabel
  241. industrialNames = ""
  242. industrialSubjectNames = ""
  243. industryAndSubjectNameItems = append(industryAndSubjectNameItems, industryAndSubjectNameItem)
  244. }
  245. if labelType == 1 || labelType == 0 {
  246. if len(slice) > len(industrialActivityItemsList) {
  247. for k := range slice {
  248. if k > 0 {
  249. if len(industrialActivityItemsList) > 0 {
  250. industrialActivityItemsList = append(industrialActivityItemsList, industrialActivityItemsList[0])
  251. }
  252. if len(subjectActivityItemsList) > 0 {
  253. subjectActivityItemsList = append(subjectActivityItemsList, subjectActivityItemsList[0])
  254. }
  255. if len(industryAndSubjectNameItems) > 0 {
  256. industryAndSubjectNameItems = append(industryAndSubjectNameItems, industryAndSubjectNameItems[0])
  257. }
  258. }
  259. }
  260. }
  261. }
  262. if labelType == 2 {
  263. if len(slice) != len(labelList) {
  264. br.Msg = "活动和主题个数不符,请核实"
  265. return
  266. }
  267. }
  268. permissionName := req.PermissionName
  269. //List := cygxService.GetActChartPermissionList()
  270. //var haveCheck bool
  271. //for _, v := range List {
  272. // if permissionName == v.PermissionName {
  273. // haveCheck = true
  274. // }
  275. //}
  276. //if !haveCheck {
  277. // br.Msg = "行业名称:" + permissionName + "不存在"
  278. // return
  279. //}
  280. if strings.Contains(permissionName, utils.CHART_PERMISSION_NAME_YANXUAN) {
  281. permissionName = utils.CHART_PERMISSION_NAME_MF_YANXUAN
  282. }
  283. //charInfo, errCategory := cygx.GetCategoryInfoById(req.ChartPermissionId)
  284. charInfo, errCategory := cygx.GetCategoryInfoByName(permissionName)
  285. if errCategory != nil {
  286. br.Msg = "请选择所属行业"
  287. br.ErrMsg = "获取所属行业信息失败,Err:" + errCategory.Error()
  288. return
  289. }
  290. if charInfo.PermissionName == "宏观经济" {
  291. charInfo.PermissionName = "宏观"
  292. }
  293. activityTypeInfo, errType := cygx.GetActivityTypeDetailById(activityTypeId)
  294. if errType != nil {
  295. br.Msg = "请选择活动类型"
  296. br.ErrMsg = "获取活动类型信息失败,Err:" + errType.Error()
  297. return
  298. }
  299. var activeState int
  300. var checkYidong bool
  301. if req.ActivityId > 0 {
  302. activityInfo, errInfo := cygx.GetAddActivityInfoById(req.ActivityId)
  303. if errInfo != nil {
  304. br.Msg = "活动不存在"
  305. br.ErrMsg = "活动ID错误,ActivityId:" + strconv.Itoa(req.ActivityId)
  306. return
  307. }
  308. if activityInfo.ActiveState > 1 {
  309. activeState = activityInfo.ActiveState
  310. }
  311. if activityInfo.YidongActivityId != "" {
  312. checkYidong = true
  313. }
  314. //校验活动后台管理员、销售是否有修改权限
  315. havePower, popupMsg, err := cygxService.CheckActivityUpdatePower(AdminUser.AdminId, activityInfo)
  316. if err != nil {
  317. br.Msg = "获取管理员身份信息失败"
  318. br.ErrMsg = "获取管理员身份信息失败,Err:" + err.Error()
  319. return
  320. }
  321. if !havePower {
  322. br.Msg = popupMsg
  323. return
  324. }
  325. }
  326. var itemPointsSet = new(cygx.CygxActivityPointsSet)
  327. var itemPointsSetOld = new(cygx.CygxActivityPointsSetRsq)
  328. if activityId > 0 {
  329. itemPointsSetOld, err = cygx.GetCygxActivityPointsSetDetail(activityId)
  330. if err != nil && err.Error() != utils.ErrNoRow() {
  331. br.Msg = "获取信息失败"
  332. br.ErrMsg = "GetCygxActivityPointsSetDetail,Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
  333. return
  334. }
  335. }
  336. //校验研选扣点内容,对于已结束的活动不做点数校验
  337. if isResearchPoints == 1 {
  338. errMsg, itemResp, err := cygxService.CheckActivityPointsSet(pointsSet, activityId)
  339. if errMsg != "" {
  340. br.Msg = errMsg
  341. return
  342. }
  343. if err != nil {
  344. br.Msg = "操作失败"
  345. br.ErrMsg = "操作失败,Err:" + err.Error()
  346. return
  347. }
  348. itemPointsSet = itemResp
  349. }
  350. for k, v := range slice {
  351. //如果内容不存在 时间:字段则不予处理
  352. if strings.Contains(v, "时间:") || strings.Contains(v, "时间:") {
  353. slicebr := strings.Split(v, "<br")
  354. //浏览器兼容处理
  355. if len(slicebr) > 5 {
  356. v = strings.Replace(v, "br", "p", -1)
  357. }
  358. v = strings.Replace(v, "<p><br></p>", "", -1) //删除空标签,兼容标题顶部空格、换行
  359. v = strings.Replace(v, "<p><p></p>", "", -1)
  360. v = strings.Replace(v, "<p></p>", "", -1)
  361. v = strings.Replace(v, "<p><p>", "", -1)
  362. v = strings.Replace(v, "<br>", "", -1)
  363. v = strings.Replace(v, "<p id=\"isPasted\"></p>", "", -1)
  364. item, errstr := cygxService.ActivityBodyAnalysis(v, activeState, req)
  365. if len(errstr) > 0 {
  366. br.Msg = errstr
  367. br.IsSendEmail = false
  368. return
  369. }
  370. var temporaryLabel string
  371. if len(labelList) == 1 {
  372. temporaryLabel = labelList[0].TemporaryLabel
  373. } else {
  374. temporaryLabel = labelList[k].TemporaryLabel
  375. }
  376. item.TemporaryLabel = temporaryLabel
  377. item.IsBClass = isBClass
  378. if item.ReportLink != "" {
  379. articleIdLink, err := cygxService.GetReportLinkToArticleid(item.ReportLink)
  380. if err != nil {
  381. br.Msg = "操作失败"
  382. br.ErrMsg = "解析报告链接ID失败,Err:" + err.Error()
  383. return
  384. }
  385. item.ArticleId = articleIdLink
  386. }
  387. //if k == 0 && item.Label == "" {
  388. // br.Msg = "请填写活动标签"
  389. // return
  390. //}
  391. item.AdminId = AdminUser.AdminId
  392. item.AdminName = AdminUser.RealName
  393. item.Body = v
  394. item.ChartPermissionName = charInfo.PermissionName
  395. item.ChartPermissionNames = req.PermissionName
  396. item.ChartPermissionId = charInfo.ChartPermissionId
  397. item.ActivityTypeName = activityTypeInfo.ActivityTypeName
  398. item.ActivityTypeId = activityTypeInfo.ActivityTypeId
  399. item.CustomerTypeIds = req.CustomerTypeIds
  400. item.LimitPeopleNum = req.LimitPeopleNum
  401. item.IsMakerShow = req.IsMakerShow
  402. item.VisibleRange = req.VisibleRange
  403. item.PublishDate = time.Now()
  404. item.IsYidongConduct = req.IsYidongConduct
  405. item.IsCanOutboundCall = req.IsCanOutboundCall
  406. item.IsNeedEmail = isNeedEmail
  407. item.SiginupDeadline = siginupDeadline
  408. if isResearchPoints == 1 {
  409. item.IsResearchPoints = 1
  410. }
  411. //当不限制人数的时候,强制改为全部客户可见
  412. //if req.LimitPeopleNum == 0 {
  413. // item.VisibleRange = 2
  414. //}
  415. ////除了C类电话会其他类型的会议,强制改为全部客户可见
  416. //if req.ActivityTypeId != 7 {
  417. // item.VisibleRange = 2
  418. //}
  419. item.CreateTime = time.Now()
  420. item.LastUpdatedTime = time.Now()
  421. item.Scale = scale
  422. item.IsExternalLabel = isExternalLabel
  423. item.IsAllCustomerType = req.IsAllCustomerType
  424. item.IsShowHz = isShowHz
  425. item.ChartPermissionIdDeputy = charInfo.ChartPermissionId
  426. item.ChartPermissionNameDeputy = charInfo.PermissionName
  427. if len(labelList) == 1 {
  428. item.IsCanAppointmentMinutes = labelList[0].IsCanAppointmentMinutes
  429. } else {
  430. item.IsCanAppointmentMinutes = labelList[k].IsCanAppointmentMinutes
  431. }
  432. if item.ActivityName == "" {
  433. br.Msg = "请填写活动名称"
  434. return
  435. }
  436. if item.ActivityTime == "" {
  437. br.Msg = "请填写活动时间"
  438. return
  439. }
  440. //过滤标题中的符号,同步进门财经的时候使用
  441. newActivityName := item.ActivityName
  442. newActivityName = strings.Replace(newActivityName, "【", "", -1)
  443. newActivityName = strings.Replace(newActivityName, "】", "", -1)
  444. newActivityName = strings.Replace(newActivityName, "-", "", -1)
  445. newActivityName = strings.Replace(newActivityName, "—", "", -1)
  446. newActivityName = strings.Replace(newActivityName, " ", "", -1)
  447. newActivityName = strings.Replace(newActivityName, ":", "", -1)
  448. item.ActivityNameTask = newActivityName
  449. if !checkYidong {
  450. if activityTypeId == 1 {
  451. if item.Expert == "" {
  452. br.Msg = "请填写专家信息"
  453. return
  454. }
  455. if item.Host == "" {
  456. br.Msg = "请填写主持人信息"
  457. return
  458. }
  459. }
  460. if activityTypeId == 2 {
  461. if item.Speaker == "" {
  462. br.Msg = "请填写主讲人信息"
  463. return
  464. }
  465. }
  466. if activityTypeId == 3 {
  467. if item.DistinguishedGuest == "" {
  468. br.Msg = "请填写嘉宾信息"
  469. return
  470. }
  471. if item.Host == "" {
  472. br.Msg = "请填写主持人信息"
  473. return
  474. }
  475. }
  476. if activityTypeId == 4 {
  477. if item.DistinguishedGuest == "" {
  478. br.Msg = "请填写嘉宾信息"
  479. return
  480. }
  481. if item.Host == "" {
  482. br.Msg = "请填写主持人信息"
  483. return
  484. }
  485. if req.LimitPeopleNum == 0 {
  486. br.Msg = "请填写参会限制人数"
  487. return
  488. }
  489. }
  490. if activityTypeId == 5 {
  491. if item.Expert == "" {
  492. br.Msg = "请填写专家信息"
  493. return
  494. }
  495. if req.LimitPeopleNum == 0 {
  496. br.Msg = "请填写参会限制人数"
  497. return
  498. }
  499. }
  500. if activityTypeId == 6 {
  501. if item.Speaker == "" {
  502. br.Msg = "请填写主讲人信息"
  503. return
  504. }
  505. if req.LimitPeopleNum == 0 {
  506. br.Msg = "请填写参会限制人数"
  507. return
  508. }
  509. }
  510. }
  511. if req.LimitPeopleNum > 0 {
  512. item.IsLimitPeople = 1
  513. }
  514. if req.DoType == 1 {
  515. item.PublishStatus = 1
  516. }
  517. //当临时标的不为空的时候,标签为临时标的,否则为所选产业跟标的的组合
  518. if temporaryLabel != "" {
  519. item.Label = temporaryLabel
  520. } else {
  521. var labelNewStr string
  522. industrialNames = industryAndSubjectNameItems[k].IndustryNames
  523. industrialSubjectNames = industryAndSubjectNameItems[k].SubjectNames
  524. if industrialNames == "" && industrialSubjectNames != "" {
  525. labelNewStr = industrialSubjectNames
  526. } else if industrialNames != "" && industrialSubjectNames != "" {
  527. labelNewStr = industrialNames + "-" + industrialSubjectNames
  528. } else if industrialNames != "" && industrialSubjectNames == "" {
  529. labelNewStr = industrialNames
  530. }
  531. item.Label = labelNewStr
  532. if len(labelList) == 1 {
  533. item.IsShowSubjectName = labelList[0].IsShowSubjectName
  534. } else {
  535. item.IsShowSubjectName = labelList[k].IsShowSubjectName
  536. }
  537. }
  538. if item.ActivityTypeId == 2 {
  539. if item.ReportLink == "" {
  540. if labelList[k].IndustrialSubjectIdS != "" {
  541. item.ReportLink, err = cygxService.ActivityReportLink(item, labelList[k].IndustrialSubjectIdS)
  542. if err != nil {
  543. br.Msg = "发布失败"
  544. br.ErrMsg = "发布失败自动获取报告链接失败,Err:" + err.Error()
  545. return
  546. }
  547. }
  548. } else {
  549. sliceArt := strings.Split(item.ReportLink, "/")
  550. if len(sliceArt) > 0 {
  551. articleId, err := strconv.Atoi(sliceArt[len(sliceArt)-1])
  552. if err != nil {
  553. br.Msg = "报告链接格式错误!"
  554. return
  555. }
  556. detailArt, err := cygx.GetArticleIdInfoByArticleId(articleId)
  557. if err != nil {
  558. br.Msg = "内容不存在"
  559. br.ErrMsg = "操作失败,Err:" + err.Error()
  560. return
  561. }
  562. //类型ID 医药(医享会:28 、药调研:301)、消费【渠道新声:32】、科技【科技前言:79】、智造【匠心智造:84】
  563. if detailArt.CategoryId != 28 && detailArt.CategoryId != 301 && detailArt.CategoryId != 32 && detailArt.CategoryId != 79 && detailArt.CategoryId != 84 {
  564. item.IsHideAppointment = 1
  565. }
  566. }
  567. }
  568. }
  569. items = append(items, item)
  570. var errAct error
  571. if req.ActivityId == 0 {
  572. } else {
  573. if len(slice) > 1 {
  574. br.Msg = "文本格式错误,请删除多余活动"
  575. return
  576. }
  577. item.ActivityId = req.ActivityId
  578. activityInfo, errInfo := cygx.GetAddActivityInfoById(req.ActivityId)
  579. if activityInfo == nil {
  580. br.Msg = "活动不存在"
  581. br.ErrMsg = "活动ID错误,ActivityId:" + strconv.Itoa(req.ActivityId)
  582. return
  583. }
  584. if errInfo != nil {
  585. br.Msg = "操作失败"
  586. br.ErrMsg = "操作失败,Err:" + errInfo.Error()
  587. return
  588. }
  589. if item.PublishStatus == 0 {
  590. item.PublishStatus = activityInfo.PublishStatus
  591. }
  592. if req.DoType == 1 {
  593. item.AdminId = AdminUser.AdminId
  594. item.AdminName = AdminUser.RealName
  595. item.PublishDate = time.Now()
  596. item.IsCancel = 0
  597. } else {
  598. item.AdminId = activityInfo.AdminId
  599. item.AdminName = activityInfo.AdminName
  600. item.PublishDate = utils.StrTimeToTime(activityInfo.PublishDate)
  601. }
  602. //音频
  603. itemVoice := new(cygx.CygxActivityVoice)
  604. //var itemVoiceList []*cygx.CygxActivityVoice
  605. if len(voiceList) > 0 {
  606. for _, vo := range voiceList {
  607. itemVoice.ActivityId = activityId
  608. itemVoice.VoiceName = vo.Name
  609. itemVoice.VoiceUrl = vo.Url
  610. itemVoice.VoicePlaySeconds = vo.PlaySeconds
  611. itemVoice.CreateTime = time.Now()
  612. }
  613. }
  614. //视频
  615. itemVideo := new(cygx.CygxActivityVideo)
  616. if videoDetail != nil {
  617. itemVideo.VideoName = videoDetail.VideoName
  618. itemVideo.ActivityId = activityId
  619. itemVideo.VideoDuration = videoDetail.VideoDuration
  620. itemVideo.VideoUrl = videoDetail.VideoUrl
  621. itemVideo.ModifyDate = time.Now().Format(utils.FormatDateTime)
  622. itemVideo.CreateTime = time.Now().Format(utils.FormatDateTime)
  623. }
  624. //删除原有的视频数据
  625. //if itemVideo.VideoUrl != "" {
  626. videoDetail, err := cygx.GetCygxActivityVideoReqDetail(activityId)
  627. if err != nil && err.Error() != utils.ErrNoRow() {
  628. br.Msg = "获取信息失败"
  629. br.ErrMsg = "GetCygxActivityVideoReqDetail,Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
  630. return
  631. }
  632. if videoDetail != nil {
  633. go cygxService.UpdateResourceData(videoDetail.VideoId, "activityvideo", "delete", time.Now().Format(utils.FormatDateTime))
  634. }
  635. //}
  636. //if itemVoice.VoiceUrl != "" {
  637. voiceReqList, err := cygx.GetCygxActivityVoiceReqList(activityId)
  638. if err != nil && err.Error() != utils.ErrNoRow() {
  639. br.Msg = "获取信息失败"
  640. br.ErrMsg = "GetCygxActivityVoiceReqList,Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
  641. return
  642. }
  643. if len(voiceReqList) > 0 {
  644. for _, voice := range voiceReqList {
  645. go cygxService.UpdateResourceData(voice.ActivityVoiceId, "activityvoice", "delete", time.Now().Format(utils.FormatDateTime))
  646. }
  647. }
  648. //}
  649. //如果活动信息有如下变更则做消息推送
  650. voiceIdNew, videoIdNew, err := cygx.EditActivity(item, activityInfo.PublishStatus, industrialActivityItemsList, subjectActivityItemsList, itemVoice, itemVideo, itemPointsSet)
  651. if err != nil {
  652. br.Msg = "操作失败"
  653. br.ErrMsg = "操作失败,Err:" + err.Error()
  654. return
  655. }
  656. //更新活动音频
  657. if int(voiceIdNew) > 0 {
  658. go cygxService.UpdateResourceData(int(voiceIdNew), "activityvoice", "add", activityInfo.ActivityTime)
  659. }
  660. //更新活动视频
  661. if int(videoIdNew) > 0 {
  662. go cygxService.UpdateResourceData(int(videoIdNew), "activityvideo", "add", activityInfo.ActivityTime)
  663. }
  664. errAct = err
  665. if activityInfo.PublishStatus == 1 && activityInfo.ActivityTimeText != item.ActivityTimeText {
  666. go services.SendWxMsgWithCygxActivityUpdateTime(req.ActivityId, activityInfo.ActivityTimeText, item.ActivityTimeText, "timeType")
  667. }
  668. oldExpert, _ := cygx.GetReportContentTextSub(activityInfo.Expert)
  669. newExpert, _ := cygx.GetReportContentTextSub(item.Expert)
  670. if activityInfo.PublishStatus == 1 && oldExpert != newExpert {
  671. go services.SendWxMsgWithCygxActivityUpdateTime(req.ActivityId, oldExpert, newExpert, "expertType")
  672. }
  673. if activityInfo.PublishStatus == 1 && activityInfo.Address != item.Address {
  674. go services.SendWxMsgWithCygxActivityUpdateTime(req.ActivityId, activityInfo.Address, item.Address, "addressType")
  675. }
  676. if activityInfo.PublishStatus == 1 && activityInfo.ParticipationCode != item.ParticipationCode {
  677. go services.SendWxMsgWithCygxActivityUpdateTime(req.ActivityId, activityInfo.ParticipationCode, item.ParticipationCode, "participationCode")
  678. }
  679. if activityInfo.PublishStatus == 1 && activityInfo.Theme != item.Theme {
  680. go services.SendWxMsgWithCygxActivityUpdateTime(req.ActivityId, activityInfo.Theme, item.Theme, "Theme")
  681. }
  682. //对于限制人数的活动,如果修改改了可见范围,对于新增的那一部分做新的推送
  683. if req.DoType == 0 && activityInfo.PublishStatus == 1 && activityInfo.ActiveState == 1 && activityInfo.LimitPeopleNum != "0" {
  684. if activityInfo.CustomerTypeIds != req.CustomerTypeIds || activityInfo.Scale != req.Scale || activityInfo.IsMakerShow != req.IsMakerShow || activityInfo.VisibleRange != req.VisibleRange {
  685. go cygxService.DoActivityOnenIdWxTemplateMsg(activityId)
  686. }
  687. }
  688. //已结束或者进行中的活动修改时间后,修改活动状态以及重新发送邮件附件
  689. if activeState != 0 && activeState != 1 {
  690. resultTime := utils.StrTimeToTime(item.ActivityTime) //时间字符串格式转时间格式
  691. if time.Now().Before(resultTime) {
  692. err := cygx.EditActivityStatus(req.ActivityId)
  693. if err != nil {
  694. br.Msg = "发布失败"
  695. br.ErrMsg = "发布失败,Err:" + err.Error()
  696. return
  697. }
  698. }
  699. }
  700. //修改活动人数限制之后,对于因为人数已满而失败的用户,推送模板消息
  701. if activityInfo.PublishStatus == 1 && activityInfo.IsLimitPeople != 0 && activityInfo.LimitPeopleNum != strconv.Itoa(req.LimitPeopleNum) {
  702. go cygxService.SendWxMsgWithCygxActivityUpdateLimitPeople(req.ActivityId)
  703. }
  704. go cygxService.YiDongSaveRoadshowDetail(activityId)
  705. //如果活动名称有变更就生成新的签到码
  706. if activityInfo.ActivityName != item.ActivityName || activityInfo.SigninImg == "" {
  707. go cygxService.MakeActivitySigninImg(req.ActivityId)
  708. }
  709. //如果活动之前是发布的状态,那么就对公司的扣点进行更新(涉及到新老公司的扣点返点,不放在Redis统一处理了)
  710. if activityInfo.PublishStatus == 1 {
  711. go cygxService.UpdateYanXuanActivityPointsBillOldComapny(activityInfo, AdminUser.AdminId, itemPointsSet, itemPointsSetOld) //活动发布以及取消发布处理研选扣点
  712. }
  713. //如果活动之前是未发布的状态,现在又发布了那么就对公司的扣点进行更新
  714. //if req.DoType == 1 && activityInfo.PublishStatus == 0 {
  715. // go cygxService.YanXuanActivityPointsBillActivityPublishAndCancel(activityId, AdminUser.AdminId, 1) //活动发布以及取消发布处理研选扣点
  716. //}
  717. }
  718. if errAct != nil {
  719. br.Msg = "发布失败"
  720. br.ErrMsg = "发布失败,Err:" + errAct.Error()
  721. return
  722. }
  723. //go cygxService.YanXuanActivityPointsBillActivityEdit(activityId, AdminUser.AdminId) //活动编辑处理研选扣点
  724. }
  725. }
  726. if req.ActivityId == 0 {
  727. _, activityIdArr, err := cygx.AddActivity(items, industrialActivityItemsList, subjectActivityItemsList, itemPointsSet)
  728. if err != nil {
  729. br.Msg = "发布失败"
  730. br.ErrMsg = "发布失败,Err:" + err.Error()
  731. return
  732. }
  733. //如果是添加多条活动那么就推送多次
  734. for _, v := range activityIdArr {
  735. if req.DoType == 1 {
  736. go func() {
  737. //同时添加多个活动的时候,避免协程开的过多
  738. cygxService.DoActivityOnenIdWxTemplateMsg(v)
  739. cygxService.UpdateResourceData(v, "activity", "add", time.Now().Format(utils.FormatDateTime))
  740. cygxService.YiDongSaveRoadshowDetail(v)
  741. cygxService.YanXuanActivityPointsBillActivityPublishAndCancel(v, AdminUser.AdminId, 1) //活动发布以及取消发布处理研选扣
  742. elastic.AddComprehensiveActivity(v) // Es添加活动
  743. }()
  744. }
  745. go cygxService.MakeActivitySigninImg(v)
  746. }
  747. } else {
  748. if req.DoType == 1 {
  749. go cygxService.DoActivityOnenIdWxTemplateMsg(req.ActivityId)
  750. go cygxService.UpdateResourceData(req.ActivityId, "activity", "add", time.Now().Format(utils.FormatDateTime))
  751. go cygxService.YanXuanActivityPointsBillActivityPublishAndCancel(activityId, AdminUser.AdminId, 1) //活动发布以及取消发布处理研选扣点
  752. }
  753. //如果二次编辑的时候,取消了易董办会选项,那么就对易董发送取消发布到广场的通知
  754. if req.IsYidongConduct == 0 {
  755. go cygxService.YiDongUpdateActivityStatus(activityId)
  756. }
  757. }
  758. // 查研观向7.4-更新产业布局时间
  759. if len(industryIds) > 0 {
  760. go cygxService.UpdateIndustryLayoutTime(industryIds, false)
  761. }
  762. //添加操作日志记录
  763. br.Ret = 200
  764. br.Success = true
  765. br.Msg = "操作成功"
  766. br.IsAddLog = true
  767. }
  768. // @Title 活动列表
  769. // @Description 获取活动列表接口
  770. // @Param PageSize query int true "每页数据条数"
  771. // @Param CurrentIndex query int true "当前页页码,从1开始"
  772. // @Param PublishStatus query int false "发布状态 ,0未发布,1已发布,3已取消,传2查询所有"
  773. // @Param ChartPermissionId query string false "行业id"
  774. // @Param ActivityTypeId query string false "活动类型id"
  775. // @Param StartDate query string false "开始时间 ,列如2021-03-06 "
  776. // @Param EndDate query string false "结束时间,列如2021-03-06 "
  777. // @Param PublishStartDate query string false "发布开始时间 ,列如2021-03-06 "
  778. // @Param PublishEndDate query string false "发布结束时间,列如2021-03-06 "
  779. // @Param KeyWord query string false "搜索关键词"
  780. // @Param ActiveState query string false "活动进行状态 未开始:NotStarted、进行中HaveInHand、已结束Complete"
  781. // @Param IsResearch query bool true "是否为研选"
  782. // @Success 200 {object} cygx.GetCygxActivityListRep
  783. // @router /activity/list [get]
  784. func (this *ActivityCoAntroller) ActivityList() {
  785. br := new(models.BaseResponse).Init()
  786. defer func() {
  787. this.Data["json"] = br
  788. this.ServeJSON()
  789. }()
  790. sysUser := this.SysUser
  791. if sysUser == nil {
  792. br.Msg = "请登录"
  793. br.ErrMsg = "请登录,SysUser Is Empty"
  794. return
  795. }
  796. pageSize, _ := this.GetInt("PageSize")
  797. currentIndex, _ := this.GetInt("CurrentIndex")
  798. publishStatus, _ := this.GetInt("PublishStatus")
  799. chartPermissionId, _ := this.GetInt("ChartPermissionId")
  800. ActivityTypeId, _ := this.GetInt("ActivityTypeId")
  801. startDate := this.GetString("StartDate")
  802. endDate := this.GetString("EndDate")
  803. publishStartDate := this.GetString("PublishStartDate")
  804. publishEndDate := this.GetString("PublishEndDate")
  805. keyWord := this.GetString("KeyWord")
  806. activeState := this.GetString("ActiveState")
  807. activityLabel := this.GetString("ActivityLabel") // 查研观向7.4-活动标签
  808. isResearch, _ := this.GetBool("IsResearch", false) // 是否为研选 查研观向11.0 (研选活动独立显示)
  809. if activeState != "HaveInHand" && activeState != "Complete" {
  810. activeState = "NotStarted"
  811. }
  812. var startSize int
  813. if pageSize <= 0 {
  814. pageSize = utils.PageSize20
  815. }
  816. if currentIndex <= 0 {
  817. currentIndex = 1
  818. }
  819. startSize = utils.StartIndex(currentIndex, pageSize)
  820. var condition string
  821. var pars []interface{}
  822. //condition += ` FROM cygx_activity as art WHERE 1= 1 `
  823. if keyWord != "" {
  824. condition += ` AND (art.activity_name LIKE '%` + keyWord + `%' ) `
  825. }
  826. if isResearch {
  827. chartPermissionId = utils.CHART_PERMISSION_ID_YANXUAN
  828. } else {
  829. condition += ` AND art.chart_permission_id != '` + strconv.Itoa(utils.CHART_PERMISSION_ID_YANXUAN) + `'`
  830. }
  831. //行业名称
  832. if chartPermissionId > 0 {
  833. condition += ` AND art.chart_permission_id = '` + strconv.Itoa(chartPermissionId) + `'`
  834. }
  835. if startDate != "" {
  836. condition += ` AND art.activity_time >= ` + "'" + startDate + " 00:00:00'"
  837. }
  838. if endDate != "" {
  839. condition += ` AND art.activity_time <= ` + "'" + endDate + " 23:59:59'"
  840. }
  841. //发布时间状态的筛选
  842. if publishStartDate != "" {
  843. condition += ` AND art.publish_date >= ` + "'" + publishStartDate + " 00:00:00'"
  844. publishStatus = 1
  845. }
  846. if publishEndDate != "" {
  847. condition += ` AND art.publish_date <= ` + "'" + publishEndDate + " 23:59:59'"
  848. publishStatus = 1
  849. }
  850. if publishStatus == 0 {
  851. condition += ` AND art.publish_status = 0 AND art.is_cancel = 0 `
  852. } else if publishStatus == 1 {
  853. condition += ` AND art.publish_status = 1 `
  854. } else if publishStatus == 3 {
  855. condition += ` AND art.publish_status = 0 AND art.is_cancel = 1 `
  856. }
  857. if ActivityTypeId > 0 {
  858. condition += ` AND art.activity_type_id = '` + strconv.Itoa(ActivityTypeId) + `'`
  859. }
  860. if activeState == "NotStarted" {
  861. condition += ` AND art.active_state =1 `
  862. } else if activeState == "HaveInHand" {
  863. condition += ` AND art.active_state =2 `
  864. } else {
  865. condition += ` AND art.active_state =3 `
  866. }
  867. // 活动标签
  868. if activityLabel != "" {
  869. condition += ` AND (art.label LIKE '%` + activityLabel + `%' ) `
  870. }
  871. //C类电话会,仅本组销售、部门管理员、admin、权益研究员账号能看到。
  872. if sysUser.Role != "admin" {
  873. conditionPermission, err := cygxService.GetAdminActivityPermission(sysUser, condition)
  874. if err != nil {
  875. br.Msg = "获取失败"
  876. br.ErrMsg = "获取失败,GetAdminActivityPermission Err:" + err.Error()
  877. return
  878. }
  879. condition += ` AND art.visible_range != 1 `
  880. condition += conditionPermission
  881. pars = append(pars, pars)
  882. }
  883. //1专家电话会、2分析师电话会、3公司调研电话会、4公司线下调研、5专家线下沙龙、6分析师线下沙龙
  884. total, err := cygx.GetActivityCount(condition, pars)
  885. if err != nil {
  886. br.Msg = "获取失败"
  887. br.ErrMsg = "获取失败,Err:" + err.Error()
  888. return
  889. }
  890. if activeState == "NotStarted" {
  891. condition += ` ORDER BY art.activity_time ASC `
  892. } else {
  893. condition += ` ORDER BY art.activity_time DESC `
  894. }
  895. list, errList := cygx.GetActivityListAll(condition, pars, startSize, pageSize)
  896. if errList != nil {
  897. br.Msg = "获取失败"
  898. br.ErrMsg = "获取失败,Err:" + errList.Error()
  899. return
  900. }
  901. var activityIds string
  902. for k, v := range list {
  903. if v.ChartPermissionNames != "" {
  904. list[k].ChartPermissionName = v.ChartPermissionNames
  905. }
  906. if v.IsCancel == 1 {
  907. v.PublishStatus = 3
  908. }
  909. activityIds += strconv.Itoa(v.ActivityId) + ","
  910. }
  911. activityIds = strings.TrimRight(activityIds, ",")
  912. mapIndustrial := make(map[int]string)
  913. mapSubject := make(map[string]string)
  914. mapUpload := make(map[int]bool)
  915. if activityIds != "" {
  916. industrialList, err := cygx.GetIndustrialActivityGroupListByactivityIds(activityIds)
  917. if err != nil {
  918. br.Msg = "获取失败"
  919. br.ErrMsg = "获取失败,GetIndustrialActivityGroupListByactivityIds Err:" + err.Error()
  920. return
  921. }
  922. subjectList, err := cygx.GetSubjectActivityGroupListByactivityIds(activityIds)
  923. if err != nil {
  924. br.Msg = "获取失败"
  925. br.ErrMsg = "获取失败,GetSubjectActivityGroupListByactivityIds Err:" + err.Error()
  926. return
  927. }
  928. //合并活动对应的多个标的
  929. for _, v := range subjectList {
  930. mapSubject[fmt.Sprint(v.ActivityId, "_", v.IndustrialManagementId)] += v.SubjectName + "/"
  931. }
  932. //活动对应的产业
  933. for _, v := range industrialList {
  934. var labelSubject string
  935. labelSubject = mapSubject[fmt.Sprint(v.ActivityId, "_", v.IndustrialManagementId)]
  936. if labelSubject != "" {
  937. mapIndustrial[v.ActivityId] += v.IndustryName + "--" + strings.TrimRight(labelSubject, "/") + ","
  938. } else {
  939. mapIndustrial[v.ActivityId] += v.IndustryName + ","
  940. }
  941. }
  942. var conditionupload string
  943. var pars []interface{}
  944. conditionupload = " AND activity_id IN (" + activityIds + ") "
  945. listVideo, err := cygx.GetActivityVideoList(conditionupload, pars)
  946. if err != nil && err.Error() != utils.ErrNoRow() {
  947. br.Msg = "获取失败"
  948. br.ErrMsg = "获取数据失败,Err:" + err.Error()
  949. return
  950. }
  951. if len(listVideo) > 0 {
  952. for _, v := range listVideo {
  953. mapUpload[v.ActivityId] = true
  954. }
  955. }
  956. listVoice, err := cygx.GetActivityVoiceList(conditionupload, pars)
  957. if err != nil && err.Error() != utils.ErrNoRow() {
  958. br.Msg = "获取失败"
  959. br.ErrMsg = "获取数据失败,Err:" + err.Error()
  960. return
  961. }
  962. if len(listVoice) > 0 {
  963. for _, v := range listVoice {
  964. mapUpload[v.ActivityId] = true
  965. }
  966. }
  967. }
  968. for k, v := range list {
  969. if mapIndustrial[v.ActivityId] != "" && v.TemporaryLabel == "" {
  970. list[k].Label = strings.TrimRight(mapIndustrial[v.ActivityId], ",")
  971. }
  972. if v.YidongActivityId != "" {
  973. list[k].ActivityTypeName += utils.YI_DONG_NAME
  974. if v.ChartPermissionNameDeputy != "" && v.ChartPermissionNameDeputy != v.ChartPermissionName {
  975. v.ChartPermissionName = v.ChartPermissionNameDeputy // 易董同步过来的活动展示副权限 v11.0
  976. }
  977. }
  978. if v.IsYidongConduct == 1 {
  979. list[k].ActivityTypeName += utils.YI_DONG_NAME_TWO
  980. }
  981. list[k].IsUpload = mapUpload[v.ActivityId]
  982. //是否展示签到码
  983. if (v.ActivityTypeId == 5 || v.ActivityTypeId == 6 || v.ActivityTypeId == 8) && v.SigninImg != "" && v.ActiveState == 1 && v.PublishStatus == 1 {
  984. list[k].IsShowSigninButton = true
  985. }
  986. }
  987. if len(list) == 0 {
  988. list = make([]*cygx.CygxActivityList, 0)
  989. }
  990. page := paging.GetPaging(currentIndex, pageSize, total)
  991. resp := new(cygx.GetCygxActivityListRep)
  992. resp.List = list
  993. resp.Paging = page
  994. br.Ret = 200
  995. br.Success = true
  996. br.Msg = "获取成功"
  997. br.Data = resp
  998. }
  999. // @Title 活动详情
  1000. // @Description 获取活动详情接口
  1001. // @Param ActivityId query int true "活动ID"
  1002. // @Success Ret=200 {object} cygx.ActivityDetail
  1003. // @router /activity/detail [get]
  1004. func (this *ActivityCoAntroller) Detail() {
  1005. br := new(models.BaseResponse).Init()
  1006. defer func() {
  1007. this.Data["json"] = br
  1008. this.ServeJSON()
  1009. }()
  1010. AdminUser := this.SysUser
  1011. if AdminUser == nil {
  1012. br.Msg = "请登录"
  1013. br.ErrMsg = "请登录,用户信息为空"
  1014. br.Ret = 408
  1015. return
  1016. }
  1017. activityId, _ := this.GetInt("ActivityId")
  1018. if activityId < 1 {
  1019. br.Msg = "请输入活动ID"
  1020. return
  1021. }
  1022. activityInfo, err := cygx.GetAddActivityInfoById(activityId)
  1023. if err != nil {
  1024. br.Msg = "活动不存在"
  1025. br.ErrMsg = "活动ID错误,Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
  1026. return
  1027. }
  1028. detail, errDetail := cygx.GetActivityTypeDetailById(activityInfo.ActivityTypeId)
  1029. if errDetail != nil {
  1030. br.Msg = "获取信息失败"
  1031. br.ErrMsg = "获取信息失败,Err:" + errDetail.Error()
  1032. return
  1033. }
  1034. industrialList, err := cygx.GetIndustrialActivityGroupManagementList(activityId, 1)
  1035. if err != nil && err.Error() != utils.ErrNoRow() {
  1036. br.Msg = "获取信息失败"
  1037. br.ErrMsg = "获取活动关联的产业列表信息失败,Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
  1038. return
  1039. }
  1040. var subjectList []*cygx.SubjectActivityGroupManagementRep
  1041. if len(industrialList) > 0 {
  1042. subjectList, err = cygx.GetSubjectActivityGroupManagementList(activityId, 1)
  1043. if err != nil && err.Error() != utils.ErrNoRow() {
  1044. br.Msg = "获取信息失败"
  1045. br.ErrMsg = "获取活动关联的标的列表信息失败,Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
  1046. return
  1047. }
  1048. }
  1049. VoiceReqList, err := cygx.GetCygxActivityVoiceReqList(activityId)
  1050. if err != nil && err.Error() != utils.ErrNoRow() {
  1051. br.Msg = "获取信息失败"
  1052. br.ErrMsg = "GetCygxActivityVoiceReqList,Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
  1053. return
  1054. }
  1055. if len(VoiceReqList) == 0 {
  1056. VoiceReqList = make([]*cygx.CygxActivityVoiceReq, 0)
  1057. }
  1058. VideoDetail, err := cygx.GetCygxActivityVideoReqDetail(activityId)
  1059. if err != nil && err.Error() != utils.ErrNoRow() {
  1060. br.Msg = "获取信息失败"
  1061. br.ErrMsg = "GetCygxActivityVideoReqDetail,Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
  1062. return
  1063. }
  1064. if activityInfo.CustomerTypeIds != "" {
  1065. customerTypeIdslist := strings.Split(activityInfo.CustomerTypeIds, ",")
  1066. var permissionValueStr string
  1067. for _, v := range customerTypeIdslist {
  1068. permissionValueStr += "'" + v + "',"
  1069. }
  1070. permissionValueStr = strings.TrimRight(permissionValueStr, ",")
  1071. condition := ` AND permission_value IN (` + permissionValueStr + `)`
  1072. listValue, err := cygx.GetActivityCcustomerTypeList(condition)
  1073. if err != nil {
  1074. br.Msg = "活动可见套餐类型错误,请核实"
  1075. br.ErrMsg = "GetActivityCcustomerTypeList,Err:" + err.Error()
  1076. return
  1077. }
  1078. activityInfo.CustomerTypeIds = ""
  1079. for _, v := range listValue {
  1080. activityInfo.CustomerTypeIds += strconv.Itoa(v.CustomerTypeId) + ","
  1081. }
  1082. activityInfo.CustomerTypeIds = strings.TrimRight(activityInfo.CustomerTypeIds, ",")
  1083. }
  1084. if activityInfo.SiginupDeadline == utils.EmptyDateTimeStr {
  1085. activityInfo.SiginupDeadline = ""
  1086. }
  1087. PointsSetDetail, err := cygx.GetCygxActivityPointsSetDetail(activityId)
  1088. if err != nil && err.Error() != utils.ErrNoRow() {
  1089. br.Msg = "获取信息失败"
  1090. br.ErrMsg = "GetCygxActivityPointsSetDetail,Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
  1091. return
  1092. }
  1093. if PointsSetDetail != nil {
  1094. if PointsSetDetail.CancelDeadlineType == "0" {
  1095. PointsSetDetail.CancelDeadlineType = ""
  1096. }
  1097. activityInfo.PointsSet = PointsSetDetail
  1098. } else {
  1099. activityInfo.PointsSet = new(cygx.CygxActivityPointsSetRsq)
  1100. }
  1101. //可见范围 1,仅本组可见 、2,全部客户可见 没设置本组可见的,强制设置为全部客户可见
  1102. if activityInfo.VisibleRange == 0 {
  1103. activityInfo.VisibleRange = 2
  1104. }
  1105. //activityInfo.CancelDeadlineType = cygxService.ActivityCancelDeadlineType(activityInfo) //处理活动取消报名截止时间类型展示
  1106. activityInfo.VoiceList = VoiceReqList
  1107. activityInfo.VideoDetail = VideoDetail
  1108. activityInfo.ShowType = detail.ShowType
  1109. activityInfo.ListIndustrial = industrialList
  1110. activityInfo.ListSubject = subjectList
  1111. br.Ret = 200
  1112. br.Success = true
  1113. br.Msg = "获取成功"
  1114. br.Data = activityInfo
  1115. }
  1116. // @Title 活动的发布与取消发布
  1117. // @Description 活动的发布与取消发布接口
  1118. // @Param request body cygx.ActivityIdRep true "type json string"
  1119. // @Success 200 操作成功
  1120. // @router /activity/PublishAndCancel [post]
  1121. func (this *ActivityCoAntroller) PublishAndCancel() {
  1122. br := new(models.BaseResponse).Init()
  1123. defer func() {
  1124. this.Data["json"] = br
  1125. this.ServeJSON()
  1126. }()
  1127. AdminUser := this.SysUser
  1128. if AdminUser == nil {
  1129. br.Msg = "请登录"
  1130. br.ErrMsg = "请登录,用户信息为空"
  1131. br.Ret = 408
  1132. return
  1133. }
  1134. var req cygx.ActivityIdRep
  1135. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  1136. if err != nil {
  1137. br.Msg = "参数解析异常!"
  1138. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  1139. return
  1140. }
  1141. activityId := req.ActivityId
  1142. item := new(cygx.CygxActivity)
  1143. activityInfo, errInfo := cygx.GetAddActivityInfoById(activityId)
  1144. if activityInfo == nil {
  1145. br.Msg = "操作失败"
  1146. br.ErrMsg = "活动ID错误,不存在activityId:" + strconv.Itoa(activityId)
  1147. return
  1148. }
  1149. if errInfo != nil {
  1150. br.Msg = "操作失败"
  1151. br.ErrMsg = "操作失败,Err:" + errInfo.Error()
  1152. return
  1153. }
  1154. //校验活动后台管理员、销售是否有修改权限
  1155. havePower, popupMsg, err := cygxService.CheckActivityUpdatePower(AdminUser.AdminId, activityInfo)
  1156. if err != nil {
  1157. br.Msg = "获取管理员身份信息失败"
  1158. br.ErrMsg = "获取管理员身份信息失败,Err:" + err.Error()
  1159. return
  1160. }
  1161. if !havePower {
  1162. br.Msg = popupMsg
  1163. return
  1164. }
  1165. //if activityInfo.ActiveState != 1 {
  1166. // br.Msg = "活动已经开始,无法修改"
  1167. // return
  1168. //}
  1169. if activityInfo.PublishStatus == 0 {
  1170. item.PublishStatus = 1
  1171. item.IsCancel = 0
  1172. go cygxService.DoActivityOnenIdWxTemplateMsg(activityId)
  1173. go cygxService.UpdateResourceData(activityId, "activity", "add", time.Now().Format(utils.FormatDateTime))
  1174. } else {
  1175. item.PublishStatus = 0
  1176. item.IsCancel = 1
  1177. }
  1178. if activityInfo.PublishStatus == 1 {
  1179. go services.SendWxMsgWithCygxActivity(req.ActivityId)
  1180. //同步活动到最新数据表
  1181. go cygxService.UpdateResourceData(req.ActivityId, "activity", "delete", "")
  1182. }
  1183. item.ActivityId = req.ActivityId
  1184. if item.PublishStatus == 1 {
  1185. item.AdminId = AdminUser.AdminId
  1186. item.AdminName = AdminUser.RealName
  1187. item.PublishDate = time.Now()
  1188. } else {
  1189. item.AdminId = activityInfo.AdminId
  1190. item.AdminName = activityInfo.AdminName
  1191. item.PublishDate = utils.StrTimeToTime(activityInfo.PublishDate)
  1192. }
  1193. err = cygx.ActivityPublishAndCancel(item)
  1194. if err != nil {
  1195. br.Msg = "操作失败"
  1196. br.ErrMsg = "操作失败,Err:" + err.Error()
  1197. return
  1198. }
  1199. if item.PublishStatus == 1 {
  1200. //易董那边重新发布,重新建会
  1201. go cygxService.YiDongSaveRoadshowDetail(activityId)
  1202. } else {
  1203. //易董那边取消发布并删除
  1204. go cygxService.YiDongUpdateActivityPublish(activityId)
  1205. }
  1206. go cygxService.YanXuanActivityPointsBillActivityPublishAndCancel(activityId, AdminUser.AdminId, item.PublishStatus) //活动发布以及取消发布处理研选扣点
  1207. go elastic.AddComprehensiveActivity(activityId) // 同步Es添加活动
  1208. br.Ret = 200
  1209. br.Success = true
  1210. br.Msg = "操作成功"
  1211. br.IsAddLog = true //添加操作日志记录
  1212. }
  1213. // @Title 删除活动
  1214. // @Description 删除活动接口
  1215. // @Param request body cygx.ActivityIdRep true "type json string"
  1216. // @Success Ret=200
  1217. // @router /activity/delete [post]
  1218. func (this *ActivityCoAntroller) Delete() {
  1219. br := new(models.BaseResponse).Init()
  1220. defer func() {
  1221. this.Data["json"] = br
  1222. this.ServeJSON()
  1223. }()
  1224. AdminUser := this.SysUser
  1225. if AdminUser == nil {
  1226. br.Msg = "请登录"
  1227. br.ErrMsg = "请登录,SysUser Is Empty"
  1228. br.Ret = 408
  1229. return
  1230. }
  1231. var req cygx.ActivityIdRep
  1232. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  1233. if err != nil {
  1234. br.Msg = "参数解析异常!"
  1235. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  1236. return
  1237. }
  1238. activityId := req.ActivityId
  1239. if activityId < 1 {
  1240. br.Msg = "请输入活动ID"
  1241. return
  1242. }
  1243. activityInfo, errInfo := cygx.GetAddActivityInfoById(activityId)
  1244. if activityInfo == nil {
  1245. br.Msg = "操作失败"
  1246. br.ErrMsg = "活动ID错误,不存在activityId:" + strconv.Itoa(activityId)
  1247. return
  1248. }
  1249. if errInfo != nil {
  1250. br.Msg = "操作失败"
  1251. br.ErrMsg = "操作失败,Err:" + errInfo.Error()
  1252. return
  1253. }
  1254. //校验活动后台管理员、销售是否有修改权限
  1255. havePower, popupMsg, err := cygxService.CheckActivityUpdatePower(AdminUser.AdminId, activityInfo)
  1256. if err != nil {
  1257. br.Msg = "获取管理员身份信息失败"
  1258. br.ErrMsg = "获取管理员身份信息失败,Err:" + err.Error()
  1259. return
  1260. }
  1261. if !havePower {
  1262. br.Msg = popupMsg
  1263. return
  1264. }
  1265. resultTime := utils.StrTimeToTime(activityInfo.ActivityTime) //时间字符串格式转时间格式
  1266. res := time.Now().Before(resultTime)
  1267. if res == false {
  1268. br.Msg = "活动已结束禁止删除!"
  1269. br.ErrMsg = "活动已结束禁止删除!"
  1270. return
  1271. }
  1272. err = cygx.DeleteActivity(activityId)
  1273. if err != nil {
  1274. br.Msg = "删除信息失败"
  1275. br.ErrMsg = "删除信息失败,Err:" + err.Error()
  1276. return
  1277. }
  1278. //添加操作日志记录
  1279. br.Ret = 200
  1280. br.Success = true
  1281. br.Msg = "已删除"
  1282. br.IsAddLog = true
  1283. }
  1284. // @Title 获取活动行业分类
  1285. // @Description 获取活动行业分类接口
  1286. // @Param IsHideResearch query bool false "是否隐藏买方研选(默认不隐藏)"
  1287. // @Success 200 {object} cygx.ChartPermissionRepMoreList
  1288. // @router /activity/chartPermission/list [get]
  1289. func (this *ActivityCoAntroller) ChartPermissionListAct() {
  1290. br := new(models.BaseResponse).Init()
  1291. defer func() {
  1292. this.Data["json"] = br
  1293. this.ServeJSON()
  1294. }()
  1295. AdminUser := this.SysUser
  1296. if AdminUser == nil {
  1297. br.Msg = "请登录"
  1298. br.ErrMsg = "请登录,用户信息为空"
  1299. br.Ret = 408
  1300. return
  1301. }
  1302. //数据库新加行业分类,与之前的项目权限部分冲突太多,故采用自定义而不去数据库查找
  1303. resp := new(cygx.ChartPermissionRepMoreList)
  1304. // 查研观向7.4-策略后面新增一个宏观
  1305. resp.List = cygxService.GetActChartPermissionList()
  1306. br.Ret = 200
  1307. br.Success = true
  1308. br.Msg = "获取成功"
  1309. br.Data = resp
  1310. }
  1311. // @Title 扣点设置
  1312. // @Description 扣点设置接口
  1313. // @Success 200 {object} cygx.CygxActivityPointsSetConfigListResp
  1314. // @router /activity/pointsSet [get]
  1315. func (this *ActivityCoAntroller) PointsSet() {
  1316. br := new(models.BaseResponse).Init()
  1317. defer func() {
  1318. this.Data["json"] = br
  1319. this.ServeJSON()
  1320. }()
  1321. AdminUser := this.SysUser
  1322. if AdminUser == nil {
  1323. br.Msg = "请登录"
  1324. br.ErrMsg = "请登录,用户信息为空"
  1325. br.Ret = 408
  1326. return
  1327. }
  1328. conf, err := cygx.GetCygxConfigDetailByCode("activity_points_set")
  1329. if err != nil {
  1330. br.Msg = "获取数据失败"
  1331. br.ErrMsg = "买方研选产品介绍信息失败,Err:" + err.Error()
  1332. return
  1333. }
  1334. if conf.ConfigValue == "" {
  1335. br.Msg = "获取失败"
  1336. br.ErrMsg = "买方研选产品介绍信息失败"
  1337. return
  1338. }
  1339. list := new(*cygx.CygxActivityPointsSetConfigListResp)
  1340. if err = json.Unmarshal([]byte(conf.ConfigValue), &list); err != nil {
  1341. br.Msg = "获取失败"
  1342. br.ErrMsg = "买方研选产品介绍信配置值解析失败, Err: " + err.Error()
  1343. return
  1344. }
  1345. br.Ret = 200
  1346. br.Success = true
  1347. br.Msg = "获取成功"
  1348. br.Data = list
  1349. }
  1350. // @Title 权益办会机构搜索
  1351. // @Description 权益办会机构搜索
  1352. // @Param KeyWord query string false "搜索关键词"
  1353. // @Success 200 {object} cygx.ChartPermissionRepMoreList
  1354. // @router /activity/companySearch [get]
  1355. func (this *ActivityCoAntroller) CompanySearch() {
  1356. br := new(models.BaseResponse).Init()
  1357. defer func() {
  1358. this.Data["json"] = br
  1359. this.ServeJSON()
  1360. }()
  1361. AdminUser := this.SysUser
  1362. if AdminUser == nil {
  1363. br.Msg = "请登录"
  1364. br.ErrMsg = "请登录,用户信息为空"
  1365. br.Ret = 408
  1366. return
  1367. }
  1368. keyWord := this.GetString("KeyWord")
  1369. if keyWord == "" {
  1370. br.ErrMsg = "请输入搜索关键词"
  1371. return
  1372. }
  1373. resp := new(cygx.CygxActivitySearcCompanyListResp)
  1374. list, err := cygx.GetCygxActivitySearcCompanyList(keyWord)
  1375. if err != nil {
  1376. br.Msg = "操作失败"
  1377. br.ErrMsg = "操作失败,Err:" + err.Error()
  1378. return
  1379. }
  1380. if len(list) == 0 {
  1381. list = make([]*cygx.CygxActivitySearcCompanyResp, 0)
  1382. }
  1383. resp.List = list
  1384. br.Ret = 200
  1385. br.Success = true
  1386. br.Msg = "获取成功"
  1387. br.Data = resp
  1388. }
  1389. // @Title 报名截止时间设置
  1390. // @Description 报名截止时间设置接口
  1391. // @Success Ret=200
  1392. // @router /activity/deadlineSet [get]
  1393. func (this *ActivityCoAntroller) DeadlineSet() {
  1394. br := new(models.BaseResponse).Init()
  1395. defer func() {
  1396. this.Data["json"] = br
  1397. this.ServeJSON()
  1398. }()
  1399. AdminUser := this.SysUser
  1400. if AdminUser == nil {
  1401. br.Msg = "请登录"
  1402. br.ErrMsg = "请登录,SysUser Is Empty"
  1403. return
  1404. }
  1405. list := make([]cygx.SendGroupStr, 0)
  1406. list = append(list, cygx.SendGroupStr{
  1407. Id: "1",
  1408. Name: "同报名截止时间",
  1409. })
  1410. list = append(list, cygx.SendGroupStr{
  1411. Id: "2",
  1412. Name: "活动开始前24小时",
  1413. })
  1414. list = append(list, cygx.SendGroupStr{
  1415. Id: "3",
  1416. Name: "活动开始前48小时",
  1417. })
  1418. br.Ret = 200
  1419. br.Success = true
  1420. br.Data = list
  1421. }
  1422. // @Title 根据图片获取建会信息接口
  1423. // @Description 根据图片获取建会信息接口
  1424. // @Param request body cygx.ActivityIdRep true "type json string"
  1425. // @Success Ret=200
  1426. // @router /activity/imgToText [post]
  1427. func (this *ActivityCoAntroller) ImgToText() {
  1428. br := new(models.BaseResponse).Init()
  1429. defer func() {
  1430. this.Data["json"] = br
  1431. this.ServeJSON()
  1432. }()
  1433. AdminUser := this.SysUser
  1434. if AdminUser == nil {
  1435. br.Msg = "请登录"
  1436. br.ErrMsg = "请登录,SysUser Is Empty"
  1437. br.Ret = 408
  1438. return
  1439. }
  1440. var req cygx.AliyunOcrImgUrlReq
  1441. resp := new(cygx.AliyunOcrTextActivityListResp)
  1442. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  1443. if err != nil {
  1444. br.Msg = "参数解析异常!"
  1445. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  1446. return
  1447. }
  1448. imgUrl := req.ImgUrl
  1449. if imgUrl == "" {
  1450. br.Msg = "请上传图片"
  1451. return
  1452. }
  1453. ocrResp, err := services.AliOcrByImageToText(imgUrl)
  1454. if err != nil {
  1455. br.Msg = "图片解析失败!"
  1456. br.ErrMsg = "图片解析失败,Err:" + err.Error()
  1457. return
  1458. }
  1459. if len(ocrResp.Ret) == 0 {
  1460. br.Msg = "图片解析失败!"
  1461. return
  1462. }
  1463. var titmeYMD string
  1464. var titmeHM string
  1465. var company string
  1466. var list []*cygx.AliyunOcrTextActivityResp
  1467. var mapTitmeYMD = make(map[int]string)
  1468. var mapTitmeHM = make(map[int]string)
  1469. var mapCompany = make(map[int]string)
  1470. var lineNum int
  1471. for k, v := range ocrResp.Ret {
  1472. if k == 0 {
  1473. continue
  1474. }
  1475. if strings.Contains(v.Word, "/") {
  1476. mapTitmeYMD[lineNum] = v.Word
  1477. titmeYMD = v.Word
  1478. }
  1479. if strings.Contains(v.Word, "AM") || strings.Contains(v.Word, "PM") {
  1480. mapTitmeHM[lineNum] = v.Word
  1481. titmeHM = v.Word
  1482. }
  1483. if strings.Contains(v.Word, "(") && strings.Contains(v.Word, ")") {
  1484. if mapTitmeYMD[lineNum] == "" {
  1485. mapTitmeYMD[lineNum] = mapTitmeYMD[lineNum-1]
  1486. }
  1487. titmeYMD = mapTitmeYMD[lineNum]
  1488. mapCompany[lineNum] = v.Word
  1489. company = v.Word
  1490. lineNum++
  1491. }
  1492. if titmeYMD != "" && titmeHM != "" && company != "" {
  1493. item := new(cygx.AliyunOcrTextActivityResp)
  1494. item.TitmeYMD = titmeYMD
  1495. item.TitmeHM = titmeHM
  1496. item.Company = company
  1497. list = append(list, item)
  1498. titmeYMD = ""
  1499. titmeHM = ""
  1500. company = ""
  1501. }
  1502. }
  1503. for _, v := range list {
  1504. v.TitmeYMD = services.ConvertActivityTitmeYMD(v.TitmeYMD)
  1505. v.TitmeHM = services.ConvertActivityTitmeHM(v.TitmeHM)
  1506. }
  1507. resp.List = list
  1508. br.Ret = 200
  1509. br.Success = true
  1510. br.Data = resp
  1511. br.IsAddLog = true
  1512. }