cygx_user.go 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453
  1. package cygx
  2. import (
  3. "fmt"
  4. "github.com/beego/beego/v2/client/orm"
  5. "github.com/rdlucklib/rdluck_tools/paging"
  6. "hongze/hz_crm_api/models/company"
  7. "hongze/hz_crm_api/utils"
  8. "strconv"
  9. "strings"
  10. "time"
  11. )
  12. type CygxCompanyUser struct {
  13. UserId int64 `orm:"column(user_id);pk"`
  14. Mobile string `description:"手机号"`
  15. Email string `description:"邮箱"`
  16. CompanyId int `description:"公司id"`
  17. CompanyName string `description:"公司名称"`
  18. RealName string `description:"姓名"`
  19. CreatedTime string `description:"创建时间"`
  20. IsMaker int `description:"是否决策人,1:是,0:否"`
  21. IsRegister bool `description:"是否注册,true:已注册,false:未注册"`
  22. Status string `description:"客户状态"`
  23. RegisterTime string `description:"注册时间"`
  24. SellerName string `description:"销售名称"`
  25. InteractionNum int `description:"互动量"`
  26. CompanyInteractionNum int `description:"企业互动量"`
  27. CompanyInteractionNumSeller int `description:"销售可见企业互动量"`
  28. Labels string `description:"标签,用英文,隔开"`
  29. ActivityLabel string `description:"活动标签,用英文,隔开"`
  30. IsShowSee bool `description:"是否展示查看"`
  31. IsShowSeeNum int `description:"是否展示查看"`
  32. HistoryNum int `description:"报告阅读"`
  33. CountNum int `description:"报告收藏"`
  34. IndustryFllowNum int `description:"产业关注"`
  35. DepartmentFollowNum int `description:"作者关注"`
  36. KeyWordNum int `description:"搜索关键词"`
  37. OnLineNum int `description:"线上互动活动"`
  38. OfficeNum int `description:"线下互动活动"`
  39. ChartNum int `description:"图表收藏数量"`
  40. TripNum int `description:"图表数量"`
  41. RoadshowVideoNum int `description:"产业视频播放量"`
  42. ActivityVideoNum int `description:"活动视频播放量"`
  43. ActivityVoiceNum int `description:"活动音频播放量"`
  44. YanxuanspecialNum int `description:"研选专栏查看数量"`
  45. RsCalendarNum int `description:"1V1 路演数量"`
  46. FeedbackNum int `description:"交流反馈数量"`
  47. PackageType int `description:"套餐类型,0:无,1:大套餐,2:小套餐"`
  48. TryStage int `description:"试用客户子标签:0全部、1未分类、2 推进、3 跟踪、4 预备"`
  49. Content string `description:"备注信息"`
  50. IsRemind bool `description:"是否添加互动提醒"`
  51. IsSubscribeCygx int `description:"是否关注了查研观向微信公众号: 0-未关注; 1-已关注"`
  52. IsUserMaker int `description:"近四周之内是否包含决策人互动过 ,0否,1是"`
  53. }
  54. type CompanyUserListResp struct {
  55. Paging *paging.PagingItem
  56. List []*CygxCompanyUser
  57. }
  58. // 获取数量
  59. func GetCompanyListCount(userCondition, keyWord, kwywordcondition, condition, roleTypeCode string, pars []interface{}) (count int, err error) {
  60. o := orm.NewOrm()
  61. companyCondition := `SELECT a.company_id FROM company AS a INNER JOIN company_product AS b ON a.company_id=b.company_id WHERE a.enabled=1 `
  62. kwywordcondition = companyCondition + kwywordcondition
  63. if condition != "" {
  64. companyCondition += condition
  65. }
  66. sql := `SELECT COUNT(DISTINCT u.user_id) AS count
  67. FROM
  68. wx_user AS u
  69. INNER JOIN company AS c ON c.company_id = u.company_id
  70. INNER JOIN company_product AS cp ON cp.company_id = c.company_id
  71. INNER JOIN admin AS m ON m.admin_id = cp.seller_id
  72. INNER JOIN user_seller_relation AS sr ON sr.user_id = u.user_id
  73. WHERE u.company_id IN (` + companyCondition + `)`
  74. if userCondition != "" {
  75. sql += userCondition
  76. }
  77. if keyWord != "" {
  78. if strings.Count(roleTypeCode, "admin") > 0 {
  79. sql += ` OR ( cp.product_id = 2 AND cp.status IN ('正式','试用','冻结','永续') AND ( u.real_name LIKE '%` + keyWord + `%' OR u.mobile LIKE '%` + keyWord + `%' OR u.email LIKE '%` + keyWord + `%' ) ` + userCondition + ` )`
  80. } else {
  81. sql += ` OR ( cp.product_id = 2 AND u.company_id IN (` + kwywordcondition + `) AND cp.status IN ('正式','试用','冻结','永续') AND ( u.real_name LIKE '%` + keyWord + `%' OR u.mobile LIKE '%` + keyWord + `%' OR u.email LIKE '%` + keyWord + `%' ) ` + userCondition + ` )`
  82. }
  83. }
  84. err = o.Raw(sql, pars).QueryRow(&count)
  85. return
  86. }
  87. // 列表
  88. func GetCygxCompanyUserList(userCondition, keyWord, kwywordcondition, condition, roleTypeCode, sqlOrder string, pars []interface{}, startSize, pageSize int) (items []*CygxCompanyUser, err error) {
  89. o := orm.NewOrm()
  90. companyCondition := `SELECT a.company_id FROM company AS a INNER JOIN company_product AS b ON a.company_id=b.company_id WHERE a.enabled=1 `
  91. kwywordcondition = companyCondition + kwywordcondition
  92. if condition != "" {
  93. companyCondition += condition
  94. }
  95. sql := `SELECT
  96. u.user_id,
  97. u.mobile,
  98. u.email,
  99. date_format(u.register_time,'%Y-%m-%d') as register_time,
  100. u.real_name,
  101. u.is_register,
  102. u.is_maker,
  103. u.user_label as labels,
  104. u.cygx_subscribe as is_subscribe_cygx,
  105. c.company_name,
  106. c.company_id,
  107. c.interaction_num as company_interaction_num,
  108. c.interaction_num_seller as company_interaction_num_seller,
  109. cp.status,
  110. cp.try_stage,
  111. cp.package_type,
  112. m.real_name as seller_name ,
  113. ( SELECT COUNT( 1 ) FROM user_remarks AS rm WHERE rm.user_id = u.user_id ) AS is_show_see_num
  114. FROM
  115. wx_user AS u
  116. INNER JOIN company AS c ON c.company_id = u.company_id
  117. INNER JOIN company_product AS cp ON cp.company_id = c.company_id
  118. INNER JOIN admin AS m ON m.admin_id = cp.seller_id
  119. INNER JOIN user_seller_relation AS sr ON sr.user_id = u.user_id
  120. WHERE u.company_id IN (` + companyCondition + `)`
  121. if userCondition != "" {
  122. sql += userCondition
  123. }
  124. if keyWord != "" {
  125. if strings.Count(roleTypeCode, "admin") > 0 {
  126. sql += ` OR ( cp.product_id = 2 AND cp.status IN ('正式','试用','冻结','永续') AND ( u.real_name LIKE '%` + keyWord + `%' OR u.mobile LIKE '%` + keyWord + `%' OR u.email LIKE '%` + keyWord + `%' ) ` + userCondition + ` )`
  127. } else {
  128. sql += ` OR ( cp.product_id = 2 AND u.company_id IN (` + kwywordcondition + `) AND cp.status IN ('正式','试用','冻结','永续') AND ( u.real_name LIKE '%` + keyWord + `%' OR u.mobile LIKE '%` + keyWord + `%' OR u.email LIKE '%` + keyWord + `%' ) ` + userCondition + ` )`
  129. }
  130. }
  131. if sqlOrder != "" {
  132. sql += sqlOrder + ` LIMIT ?,? `
  133. } else {
  134. sql += ` GROUP by u.user_id ORDER BY c.created_time DESC, u.register_time DESC LIMIT ?,? `
  135. }
  136. _, err = o.Raw(sql, pars, startSize, pageSize).QueryRows(&items)
  137. return
  138. }
  139. type CygxCompanyUserAndSellerResp struct {
  140. UserId int `description:"用户ID"`
  141. Mobile string `description:"手机号"`
  142. Email string `description:"邮箱"`
  143. CompanyId int `description:"公司id"`
  144. CompanyName string `description:"公司名称"`
  145. RealName string `description:"姓名"`
  146. SellerName string `description:"销售名称"`
  147. }
  148. // 给所有已绑定手机号的客户(除流失)列表
  149. func GetCygxCompanyUserListByNoLoss() (items []*CygxCompanyUserAndSellerResp, err error) {
  150. o := orm.NewOrm()
  151. sql := `SELECT
  152. u.user_id,
  153. u.mobile,
  154. u.email,
  155. u.real_name,
  156. c.company_name,
  157. c.company_id,
  158. m.real_name AS seller_name
  159. FROM
  160. wx_user AS u
  161. INNER JOIN company AS c ON c.company_id = u.company_id
  162. INNER JOIN company_product AS cp ON cp.company_id = c.company_id
  163. INNER JOIN admin AS m ON m.admin_id = cp.seller_id
  164. INNER JOIN user_seller_relation AS sr ON sr.user_id = u.user_id
  165. WHERE
  166. 1 = 1
  167. AND c.enabled = 1
  168. AND cp.STATUS != '流失'
  169. AND cp.product_id = 2
  170. AND sr.product_id = 2
  171. GROUP BY
  172. u.user_id `
  173. _, err = o.Raw(sql).QueryRows(&items)
  174. return
  175. }
  176. // 对于上面的SQL的拆分优化查询速度
  177. func GetCygxCompanyUserListSplit(userIds string) (items []*CygxCompanyUser, err error) {
  178. databaseName := utils.GetWeeklyDatabase()
  179. o := orm.NewOrmUsingDB("hz_cygx")
  180. sql := `SELECT
  181. u.user_id,
  182. ( SELECT COUNT( 1 ) FROM cygx_article_history_record_all AS h INNER JOIN cygx_article as art ON art.article_id = h.article_id WHERE h.mobile = u.mobile AND h.is_del = 0 AND h.mobile <>'' ) AS history_num,
  183. ( SELECT COUNT( 1 ) FROM cygx_article_collect AS h WHERE h.user_id = u.user_id ) AS count_num,
  184. ( SELECT COUNT( 1 ) FROM cygx_chart_collect AS h WHERE h.user_id = u.user_id ) AS chart_num,
  185. ( SELECT COUNT( 1 ) FROM cygx_industry_fllow AS h WHERE h.user_id = u.user_id AND h.type = 1 AND h.source IN (0,1,2) ) AS industry_fllow_num,
  186. ( SELECT COUNT( 1 ) FROM cygx_article_department_follow AS h WHERE h.user_id = u.user_id AND h.type = 1 ) AS department_follow_num,
  187. ( SELECT COUNT( 1 ) FROM cygx_search_key_word AS h WHERE h.user_id = u.user_id ) AS key_word_num,
  188. ( SELECT COUNT(DISTINCT h.activity_id) FROM cygx_activity_signup_detail AS h INNER JOIN cygx_activity as a ON a.activity_id = h.activity_id INNER JOIN cygx_activity_type as t ON t.activity_type_id = a.activity_type_id WHERE h.mobile = u.mobile
  189. AND t.activity_type = 1 AND h.do_fail_type = 0 ) AS on_line_num,
  190. ( SELECT COUNT( 1 ) FROM cygx_activity_signup_detail AS h INNER JOIN cygx_activity as a ON a.activity_id = h.activity_id INNER JOIN cygx_activity_type as t ON t.activity_type_id = a.activity_type_id WHERE h.mobile = u.mobile
  191. AND t.activity_type = 0 AND h.do_fail_type = 0 ) AS office_num,
  192. ( SELECT COUNT( 1 ) FROM cygx_activity_special_meeting_detail AS h INNER JOIN cygx_activity_special AS a ON a.activity_id = h.activity_id WHERE h.mobile = u.mobile AND a.publish_status = 1 AND a.activity_time_end < NOW()) AS trip_num,
  193. ( SELECT COUNT( 1 ) FROM cygx_micro_roadshow_video_history AS h INNER JOIN cygx_micro_roadshow_video as v ON v.video_id = h.video_id WHERE h.mobile = u.mobile ) AS roadshow_video_num,
  194. ( SELECT COUNT( 1 ) FROM cygx_activity_video_history AS h INNER JOIN cygx_activity_video as v ON v.video_id = h.video_id WHERE h.mobile = u.mobile ) AS activity_video_num,
  195. ( SELECT COUNT( 1 ) FROM cygx_activity_voice_history AS h INNER JOIN cygx_activity_voice as v ON v.activity_voice_id = h.activity_voice_id WHERE h.mobile = u.mobile ) AS activity_voice_num,
  196. ( SELECT COUNT( 1 ) FROM cygx_yanxuan_special_record AS h INNER JOIN cygx_yanxuan_special as v ON v.id = h.yanxuan_special_id WHERE h.mobile = u.mobile ) AS yanxuanspecial_num,
  197. ( SELECT COUNT(1) FROM cygx_user_feedback as h WHERE h.mobile = u.mobile ) AS feedback_num,
  198. ( SELECT COUNT(1) FROM ` + databaseName + `.rs_calendar_meeting_user as h WHERE h.mobile = u.mobile ) AS rs_calendar_num
  199. FROM ` + databaseName + `.wx_user AS u WHERE u.user_id IN (` + userIds + `) AND u.mobile != '' GROUP BY u.user_id `
  200. _, err = o.Raw(sql).QueryRows(&items)
  201. return
  202. }
  203. type UserRemarks struct {
  204. Id int `orm:"column(id);pk"`
  205. UserId int `description:"用户ID"`
  206. AdminId int `description:"销售/管理员ID"`
  207. Content string `description:"备注信息"`
  208. CreateTime time.Time `description:"创建时间"`
  209. }
  210. type UserRemarksResp struct {
  211. Id int `orm:"column(id);pk"`
  212. UserId int `description:"用户ID"`
  213. AdminId int `description:"销售/管理员ID"`
  214. Content string `description:"备注信息"`
  215. CreateTime string `description:"创建时间"`
  216. }
  217. type UserRemarAddReq struct {
  218. UserId int `description:"用户ID"`
  219. Content string `description:"备注信息"`
  220. SourceType int `description:"操作类型,1:对联系人单独设置,2:对机构批量设置"`
  221. DoType int `description:"操作方式,1:添加,2:取消"`
  222. }
  223. // 添加UserRemarks
  224. func AddUserRemarks(item *UserRemarks) (err error) {
  225. o := orm.NewOrm()
  226. _, err = o.Insert(item)
  227. return
  228. }
  229. // 获取备注列表
  230. func GetUserRemarksList(userId int) (items []*UserRemarksResp, err error) {
  231. o := orm.NewOrm()
  232. sql := ` SELECT * FROM user_remarks WHERE user_id=? ORDER BY create_time DESC`
  233. _, err = o.Raw(sql, userId).QueryRows(&items)
  234. return
  235. }
  236. // 获取备注列表(多用户)
  237. func GetUserRemarksListByUserIds(uids string) (items []*UserRemarksResp, err error) {
  238. o := orm.NewOrm()
  239. sql := ` SELECT * FROM user_remarks WHERE user_id IN(` + uids + `) ORDER BY create_time DESC`
  240. _, err = o.Raw(sql).QueryRows(&items)
  241. return
  242. }
  243. type UserRemarksListResp struct {
  244. List []*UserRemarksResp
  245. }
  246. // 切换列表
  247. type CygxUserTableRep struct {
  248. PermissionName string `description:"名称"`
  249. Source int `description:"类型"`
  250. TotalNum int `description:"总数"`
  251. }
  252. type CygxUserTableListRep struct {
  253. List []*CygxUserTableRep
  254. UserName string `description:"用户名称"`
  255. ComapnyName string `description:"公司名称"`
  256. Mobile string `description:"手机号"`
  257. }
  258. // @Param TryStage query int false "试用客户子标签:0全部、1未分类、2 推进、3 跟踪、4 预备"
  259. // 状态搜索列表
  260. type CygxTryStageRep struct {
  261. Name string `description:"试用客户子标签"`
  262. TryStage int `description:"试用客户子标签:0全部、1未分类、2 推进、3 跟踪、4 预备"`
  263. }
  264. type CygxUserTableStatusRep struct {
  265. List []*CygxTryStageRep
  266. Name string `description:"状态"`
  267. TryStage string `description:"状态"`
  268. }
  269. type CygxUserTableStatusListRep struct {
  270. List []*CygxUserTableStatusRep
  271. }
  272. type UserInteractionListResp struct {
  273. Paging *paging.PagingItem
  274. List []*UserInteraction
  275. MeetingNum int `description:"已到会"`
  276. NoMeetingNum int `description:"未到会"`
  277. }
  278. type UserInteraction struct {
  279. ArticleId int `description:"文章id"`
  280. ActivityId int `description:"活动ID"`
  281. ArticleType int `description:"文章类型 1:查研观向, 2:策略平台"`
  282. ArticleIdMd5 string `description:"文章MD5id"`
  283. Title string `description:"标题"`
  284. MediaTitle string `description:"音视频标题"`
  285. CategoryName string `description:"行业2"`
  286. PublishDate string `description:"发布时间"`
  287. CreateTime string `description:"创建时间"`
  288. CreateDate string `orm:"column(create_time);" description:"创建时间"`
  289. PermissionName string `orm:"column(chart_permission_name);" description:"行业"`
  290. ChartPermissionId int `description:"行业id"`
  291. IndustryName string `description:"产业名称"`
  292. SubjectNameStr string `description:"关联标的"`
  293. MatchTypeName string `description:"匹配类型"`
  294. StopTime string `description:"阅读停留时间"`
  295. NickName string `description:"作者昵称"`
  296. DepartmentId int `description:"作者ID "`
  297. KeyWord string `description:"关键词"`
  298. LabelKeyWord string `description:"标签关键词"`
  299. Source int `description:"关键词来源;1:纪要、2:图表、3:纪要/图表、4:产业资源包、5:报告、6:活动、7:搜索关键词、8:专项产业调研、9音视频播放"`
  300. ActivityName string `description:"活动名称"`
  301. ActivityType int `description:"1 线上,0、2线下"`
  302. IsMeeting int `description:"是否到会, 1是,0否"`
  303. ActivityTypeName string `description:"活动类型名称"`
  304. Label string `description:"标签"`
  305. ActivityTime string `description:"活动时间"`
  306. ActivityTimeText string `description:"活动时间"`
  307. FirstMeetingTime string `description:"首次入会时间"`
  308. LastMeetingTime string `description:"最后退出时间"`
  309. Duration string `description:"参会时长"`
  310. MeetingTypeStr string `description:"参会方式"`
  311. MeetingAuthentication string `description:"参会权鉴"`
  312. MeetingStatusStr string `description:"参会状态"`
  313. SignupType string `description:"参会方式 "`
  314. InteractionType string `description:"互动类型 "`
  315. ReminderNum int `description:"预约外呼数量 "`
  316. TitleEn string `description:"英文标题 "`
  317. PtagName string `description:"父类名称"`
  318. CtagName string `description:"子类名称"`
  319. PtagNameTwo string `description:"父类名称"`
  320. CtagNameTwo string `description:"子类名称"`
  321. CtagNamePc string `description:"Pc端所有的分类名称"`
  322. BodyHtml string `orm:"column(cover)";description:"图片链接"`
  323. HttpUrl string `orm:"column(iframe)";description:"文章链接跳转地址"`
  324. ChartId int `description:"图表id"`
  325. RealName string `description:"姓名"`
  326. CompanyName string `description:"公司名称"`
  327. CompanyId int `description:"公司ID"`
  328. SellerName string `description:"所属销售"`
  329. Mobile string `description:"手机号"`
  330. UserId int `description:"用户ID"`
  331. City string `description:"城市"`
  332. FileType string `description:"文件类型"`
  333. ListChart []*HomeChartListResp
  334. Paging *paging.PagingItem
  335. IsEnd bool `description:"是否最后一页,配合前端分页添加的参数"`
  336. CurrentIndex int `description:"当前页页码,配合前端分页添加的参数"`
  337. RegisterPlatform int `description:"来源 1小程序,2:网页 ,3:策略平台"`
  338. RegisterPlatformText string `description:"阅读来源(文本描述)"`
  339. SourcePlatform string `description:"来源 'MOBILE:移动端小程序','PC:PC端小程序','CELUE:上海策略平台','WEB:查研观向网页版'"`
  340. TagId int
  341. TagName string // 标签名
  342. ArticleTypes string // 报告系列
  343. ActivityTypes string // 活动类型
  344. Industries string // 产业
  345. SubjectNames string // 标的
  346. SpecialType int `description:"专栏类型 1:笔记,2:观点"`
  347. ArticleNum int // 已发布的文章数量
  348. FansNum int // 粉丝数量
  349. ResearcherName string `description:"研究员姓名"`
  350. }
  351. // 查研观向图表
  352. type CygxChartResp struct {
  353. Title string `description:"标题"`
  354. PublishDate string `description:"发布时间"`
  355. CreateTime string `description:"创建时间"`
  356. TitleEn string `description:"英文标题 "`
  357. PtagName string `description:"父类名称"`
  358. CtagName string `description:"子类名称"`
  359. PtagNameTwo string `description:"父类名称"`
  360. CtagNameTwo string `description:"子类名称"`
  361. CtagNamePc string `description:"Pc端所有的分类名称"`
  362. BodyHtml string `orm:"column(cover)";description:"图片链接"`
  363. HttpUrl string `orm:"column(iframe)";description:"文章链接跳转地址"`
  364. ChartId int `description:"图表id"`
  365. RealyName string `description:"姓名"`
  366. Mobile string `description:"手机号"`
  367. }
  368. // 获取阅读记录数量
  369. func GetCygxArticleHistoryCount(mobile, email, condition string) (count int, err error) {
  370. o := orm.NewOrmUsingDB("hz_cygx")
  371. sqlCount := ` SELECT COUNT(1) AS count FROM cygx_article_history_record_all as r INNER JOIN cygx_article as art ON art.article_id = r.article_id WHERE r.mobile = '` + mobile + `' AND is_del = 0 ` + condition
  372. err = o.Raw(sqlCount).QueryRow(&count)
  373. return
  374. }
  375. // 阅读记录列表
  376. func GetCygxArticleHistoryRecordByUser(mobile, email, condition string, startSize, pageSize int) (items []*UserInteraction, err error) {
  377. o := orm.NewOrmUsingDB("hz_cygx")
  378. sql := ` SELECT
  379. art.title,
  380. art.article_id,
  381. art.article_id_md5,
  382. art.publish_date,
  383. art.category_name,
  384. re.chart_permission_name,
  385. re.chart_permission_id,
  386. r.create_time,
  387. r.stop_time,
  388. r.source as source_platform,
  389. (
  390. SELECT
  391. GROUP_CONCAT( DISTINCT s.subject_name SEPARATOR '/' )
  392. FROM
  393. cygx_industrial_subject AS s
  394. WHERE
  395. s.industrial_subject_id IN ( SELECT industrial_subject_id FROM cygx_industrial_article_group_subject AS sg WHERE sg.article_id = art.article_id )
  396. ) AS subject_name_str,
  397. (
  398. SELECT
  399. GROUP_CONCAT( DISTINCT man.industry_name SEPARATOR '/' )
  400. FROM
  401. cygx_industrial_management AS man
  402. WHERE
  403. man.industrial_management_id IN ( SELECT industrial_management_id FROM cygx_industrial_article_group_management AS man_g WHERE man_g.article_id = art.article_id )
  404. ) AS industry_name
  405. FROM
  406. cygx_article_history_record_all AS r
  407. INNER JOIN cygx_article AS art ON art.article_id = r.article_id
  408. LEFT JOIN cygx_report_mapping AS re ON re.category_id = art.category_id_two
  409. LEFT JOIN cygx_industrial_article_group_management AS man ON man.article_id = art.article_id
  410. WHERE
  411. r.mobile = ? AND is_del = 0 ` + condition + ` OR ( email = ? AND email <>'' AND is_del = 0 ` + condition + ` )
  412. GROUP BY r.id ORDER BY r.create_time DESC `
  413. if startSize > 0 || pageSize > 0 {
  414. sql += ` LIMIT ` + strconv.Itoa(startSize) + "," + strconv.Itoa(pageSize)
  415. }
  416. _, err = o.Raw(sql, mobile, email).QueryRows(&items)
  417. return
  418. }
  419. // 用户阅读记录列表 2023-08-02 优化拆分
  420. func GetCygxArticleHistoryRecordByUserNew(condition string, startSize, pageSize int) (total int, items []*UserInteraction, err error) {
  421. o := orm.NewOrmUsingDB("hz_cygx")
  422. var sql string
  423. sql += `SELECT
  424. art.title,
  425. art.article_id,
  426. art.article_id_md5,
  427. art.publish_date,
  428. art.category_name,
  429. r.create_time,
  430. r.stop_time,
  431. r.source AS source_platform,
  432. '' AS register_platform,
  433. '' AS special_type
  434. FROM
  435. cygx_article_history_record_all AS r
  436. INNER JOIN cygx_article AS art ON art.article_id = r.article_id
  437. WHERE
  438. 1= 1
  439. AND is_del = 0 ` + condition
  440. //sql += ` UNION ALL `
  441. //sql += ` SELECT
  442. // art.title,
  443. // art.id AS article_id,
  444. // '' AS article_id_md5,
  445. // art.publish_time AS publish_date,
  446. // '' AS category_name,
  447. // r.create_time,
  448. // r.stop_time,
  449. // r.register_platform AS source_platform,
  450. // r.register_platform,
  451. // art.type AS special_type
  452. // FROM
  453. // cygx_yanxuan_special_record AS r
  454. // INNER JOIN cygx_yanxuan_special AS art ON art.id = r.yanxuan_special_id
  455. // WHERE 1 = 1 ` + condition
  456. totalSql := `SELECT COUNT(1) total FROM (` + sql + `) z `
  457. err = o.Raw(totalSql).QueryRow(&total)
  458. if err != nil {
  459. return
  460. }
  461. sql += ` ORDER BY create_time DESC, article_id DESC `
  462. if startSize > 0 || pageSize > 0 {
  463. sql += ` LIMIT ` + strconv.Itoa(startSize) + "," + strconv.Itoa(pageSize)
  464. }
  465. _, err = o.Raw(sql).QueryRows(&items)
  466. return
  467. }
  468. // 用户阅读记录列表
  469. func GetCygxYanxuaSspecialHistoryRecordByUser(condition string, startSize, pageSize int) (total int, items []*UserInteraction, err error) {
  470. o := orm.NewOrmUsingDB("hz_cygx")
  471. var sql string
  472. sql += ` SELECT
  473. art.title,
  474. art.id AS article_id,
  475. art.publish_time AS publish_date,
  476. r.create_time,
  477. r.stop_time,
  478. r.user_id,
  479. r.mobile,
  480. r.company_id,
  481. r.company_name,
  482. r.real_name,
  483. r.register_platform AS source_platform,
  484. art.type AS special_type,
  485. art.industry_tags as industry_name
  486. FROM
  487. cygx_yanxuan_special_record AS r
  488. INNER JOIN cygx_yanxuan_special AS art ON art.id = r.yanxuan_special_id
  489. WHERE 1 = 1 ` + condition
  490. totalSql := `SELECT COUNT(1) total FROM (` + sql + `) z `
  491. err = o.Raw(totalSql).QueryRow(&total)
  492. if err != nil {
  493. return
  494. }
  495. sql += ` ORDER BY create_time DESC, article_id DESC `
  496. if startSize > 0 || pageSize > 0 {
  497. sql += ` LIMIT ` + strconv.Itoa(startSize) + "," + strconv.Itoa(pageSize)
  498. }
  499. _, err = o.Raw(sql).QueryRows(&items)
  500. return
  501. }
  502. // 用户阅读记录列表
  503. func GetCygxYanxuaSspecialHistoryRecordByUserWeekly(condition string, startSize, pageSize int) (total int, items []*UserInteraction, err error) {
  504. o := orm.NewOrmUsingDB("hz_cygx")
  505. var sql string
  506. sql += ` SELECT
  507. art.title,
  508. art.id AS article_id,
  509. art.publish_time AS publish_date,
  510. r.create_time,
  511. r.stop_time,
  512. r.user_id,
  513. r.mobile,
  514. r.company_id,
  515. r.company_name,
  516. r.real_name,
  517. r.register_platform AS source_platform,
  518. art.type AS special_type,
  519. art.industry_tags as industry_name
  520. FROM
  521. cygx_yanxuan_special_record AS r
  522. INNER JOIN cygx_yanxuan_special AS art ON art.id = r.yanxuan_special_id
  523. INNER JOIN %s.user_seller_relation AS us ON us.user_id = r.user_id AND us.product_id = 2
  524. WHERE 1 = 1 ` + condition
  525. databaseName := utils.GetWeeklyDatabase()
  526. sql = fmt.Sprintf(sql, databaseName)
  527. totalSql := `SELECT COUNT(1) total FROM (` + sql + `) z `
  528. err = o.Raw(totalSql).QueryRow(&total)
  529. if err != nil {
  530. return
  531. }
  532. sql += ` ORDER BY create_time DESC, article_id DESC `
  533. if startSize > 0 || pageSize > 0 {
  534. sql += ` LIMIT ` + strconv.Itoa(startSize) + "," + strconv.Itoa(pageSize)
  535. }
  536. _, err = o.Raw(sql).QueryRows(&items)
  537. return
  538. }
  539. // 用户阅读记录列表
  540. func GetCygxYanxuanSpecialCollectByUser(condition string, startSize, pageSize int) (total int, items []*UserInteraction, err error) {
  541. o := orm.NewOrmUsingDB("hz_cygx")
  542. var sql string
  543. sql += ` SELECT
  544. art.title,
  545. art.id AS article_id,
  546. art.publish_time AS publish_date,
  547. r.create_time,
  548. r.user_id,
  549. r.mobile,
  550. r.company_id,
  551. r.company_name,
  552. r.real_name,
  553. r.register_platform AS source_platform,
  554. art.type AS special_type,
  555. art.industry_tags as industry_name
  556. FROM
  557. cygx_yanxuan_special_collect AS r
  558. INNER JOIN cygx_yanxuan_special AS art ON art.id = r.yanxuan_special_id
  559. WHERE 1 = 1 ` + condition
  560. totalSql := `SELECT COUNT(1) total FROM (` + sql + `) z `
  561. err = o.Raw(totalSql).QueryRow(&total)
  562. if err != nil {
  563. return
  564. }
  565. sql += ` ORDER BY create_time DESC, article_id DESC `
  566. if startSize > 0 || pageSize > 0 {
  567. sql += ` LIMIT ` + strconv.Itoa(startSize) + "," + strconv.Itoa(pageSize)
  568. }
  569. _, err = o.Raw(sql).QueryRows(&items)
  570. return
  571. }
  572. // 用户阅读记录列表
  573. func GetCygxYanxuanSpecialCollectByUserWeekly(condition string, startSize, pageSize int) (total int, items []*UserInteraction, err error) {
  574. o := orm.NewOrmUsingDB("hz_cygx")
  575. var sql string
  576. sql += ` SELECT
  577. art.title,
  578. art.id AS article_id,
  579. art.publish_time AS publish_date,
  580. r.create_time,
  581. r.user_id,
  582. r.mobile,
  583. r.company_id,
  584. r.company_name,
  585. r.real_name,
  586. r.register_platform AS source_platform,
  587. art.type AS special_type,
  588. art.industry_tags as industry_name
  589. FROM
  590. cygx_yanxuan_special_collect AS r
  591. INNER JOIN cygx_yanxuan_special AS art ON art.id = r.yanxuan_special_id
  592. INNER JOIN %s.user_seller_relation AS us ON us.user_id = r.user_id AND us.product_id = 2
  593. WHERE 1 = 1 ` + condition
  594. databaseName := utils.GetWeeklyDatabase()
  595. sql = fmt.Sprintf(sql, databaseName)
  596. totalSql := `SELECT COUNT(1) total FROM (` + sql + `) z `
  597. err = o.Raw(totalSql).QueryRow(&total)
  598. if err != nil {
  599. return
  600. }
  601. sql += ` ORDER BY create_time DESC, article_id DESC `
  602. if startSize > 0 || pageSize > 0 {
  603. sql += ` LIMIT ` + strconv.Itoa(startSize) + "," + strconv.Itoa(pageSize)
  604. }
  605. _, err = o.Raw(sql).QueryRows(&items)
  606. return
  607. }
  608. // 用户阅读记录列表
  609. func GetCygxYanxuanSpecialAuthorByUser(condition string, startSize, pageSize int) (total int, items []*UserInteraction, err error) {
  610. o := orm.NewOrmUsingDB("hz_cygx")
  611. var sql string
  612. sql += ` SELECT
  613. art.special_name as title,
  614. art.id AS department_id,
  615. art.nick_name,
  616. art.article_num,
  617. art.fans_num,
  618. art.mobile_init,
  619. r.create_time,
  620. r.user_id,
  621. r.mobile,
  622. r.company_id,
  623. r.company_name,
  624. r.real_name,
  625. r.register_platform AS source_platform
  626. FROM
  627. cygx_yanxuan_special_follow AS r
  628. INNER JOIN cygx_yanxuan_special_author AS art ON art.user_id = r.follow_user_id
  629. WHERE 1 = 1 ` + condition
  630. totalSql := `SELECT COUNT(1) total FROM (` + sql + `) z `
  631. err = o.Raw(totalSql).QueryRow(&total)
  632. if err != nil {
  633. return
  634. }
  635. sql += ` ORDER BY create_time DESC, department_id DESC `
  636. if startSize > 0 || pageSize > 0 {
  637. sql += ` LIMIT ` + strconv.Itoa(startSize) + "," + strconv.Itoa(pageSize)
  638. }
  639. _, err = o.Raw(sql).QueryRows(&items)
  640. return
  641. }
  642. // 用户阅读记录列表
  643. func GetCygxYanxuanSpecialAuthorByUserWeekly(condition string, startSize, pageSize int) (total int, items []*UserInteraction, err error) {
  644. o := orm.NewOrmUsingDB("hz_cygx")
  645. var sql string
  646. sql += ` SELECT
  647. art.special_name as title,
  648. art.id AS department_id,
  649. art.nick_name,
  650. art.article_num,
  651. art.fans_num,
  652. art.mobile_init,
  653. r.create_time,
  654. r.user_id,
  655. r.mobile,
  656. r.company_id,
  657. r.company_name,
  658. r.real_name,
  659. r.register_platform AS source_platform
  660. FROM
  661. cygx_yanxuan_special_follow AS r
  662. INNER JOIN cygx_yanxuan_special_author AS art ON art.user_id = r.follow_user_id
  663. INNER JOIN %s.user_seller_relation AS us ON us.user_id = r.user_id AND us.product_id = 2
  664. WHERE 1 = 1 ` + condition
  665. databaseName := utils.GetWeeklyDatabase()
  666. sql = fmt.Sprintf(sql, databaseName)
  667. totalSql := `SELECT COUNT(1) total FROM (` + sql + `) z `
  668. err = o.Raw(totalSql).QueryRow(&total)
  669. if err != nil {
  670. return
  671. }
  672. sql += ` ORDER BY create_time DESC, department_id DESC `
  673. if startSize > 0 || pageSize > 0 {
  674. sql += ` LIMIT ` + strconv.Itoa(startSize) + "," + strconv.Itoa(pageSize)
  675. }
  676. _, err = o.Raw(sql).QueryRows(&items)
  677. return
  678. }
  679. // 收藏列表数量
  680. func GetCygxArticleCollectCount(uid int, condition string) (count int, err error) {
  681. o := orm.NewOrmUsingDB("hz_cygx")
  682. sqlCount := ` SELECT COUNT(1) AS count FROM cygx_article_collect as r INNER JOIN cygx_article AS art ON art.article_id = r.article_id WHERE user_id = ? ` + condition
  683. err = o.Raw(sqlCount, uid).QueryRow(&count)
  684. return
  685. }
  686. // 收藏列表
  687. func GetCygxArticleCollectByUser(uid, startSize, pageSize int, condition string) (items []*UserInteraction, err error) {
  688. o := orm.NewOrmUsingDB("hz_cygx")
  689. sql := ` SELECT
  690. art.title,
  691. art.article_id,
  692. art.article_id_md5,
  693. art.publish_date,
  694. re.chart_permission_name,
  695. re.chart_permission_id,
  696. r.create_time,
  697. re.match_type_name,
  698. (
  699. SELECT
  700. GROUP_CONCAT( DISTINCT s.subject_name SEPARATOR '/' )
  701. FROM
  702. cygx_industrial_subject AS s
  703. WHERE
  704. s.industrial_subject_id IN ( SELECT industrial_subject_id FROM cygx_industrial_article_group_subject AS sg WHERE sg.article_id = art.article_id )
  705. ) AS subject_name_str,
  706. (
  707. SELECT
  708. GROUP_CONCAT( DISTINCT man.industry_name SEPARATOR '/' )
  709. FROM
  710. cygx_industrial_management AS man
  711. WHERE
  712. man.industrial_management_id IN ( SELECT industrial_management_id FROM cygx_industrial_article_group_management AS man_g WHERE man_g.article_id = art.article_id )
  713. ) AS industry_name
  714. FROM
  715. cygx_article_collect AS r
  716. INNER JOIN cygx_article AS art ON art.article_id = r.article_id
  717. LEFT JOIN cygx_report_mapping AS re ON re.category_id = art.category_id_two
  718. LEFT JOIN cygx_industrial_article_group_management AS man ON man.article_id = art.article_id
  719. WHERE
  720. user_id = ? ` + condition + ` GROUP BY r.article_id
  721. ORDER BY r.create_time DESC `
  722. if startSize > 0 || pageSize > 0 {
  723. sql += ` LIMIT ` + strconv.Itoa(startSize) + "," + strconv.Itoa(pageSize)
  724. }
  725. _, err = o.Raw(sql, uid).QueryRows(&items)
  726. return
  727. }
  728. // 关注作者数量
  729. func GetCygArticleDepartmentFollowCount(uid int) (count int, err error) {
  730. o := orm.NewOrmUsingDB("hz_cygx")
  731. sqlCount := ` SELECT COUNT(1) AS count FROM cygx_article_department_follow WHERE user_id = ? AND type = 1 `
  732. err = o.Raw(sqlCount, uid).QueryRow(&count)
  733. return
  734. }
  735. // 关注作者列表
  736. func GetCygArticleDepartmentFollowByUser(uid, startSize, pageSize int) (items []*UserInteraction, err error) {
  737. o := orm.NewOrmUsingDB("hz_cygx")
  738. sql := `SELECT
  739. m.department_id,
  740. m.nick_name,
  741. f.modify_time as create_time,
  742. m.department_id,
  743. i.industry_name,
  744. a.title,
  745. a.article_id,
  746. ( SELECT GROUP_CONCAT( DISTINCT i.industry_name SEPARATOR '/' ) FROM cygx_industrial_management AS i WHERE i.industrial_management_id = mg.industrial_management_id ) AS industry_name,
  747. ( SELECT GROUP_CONCAT( DISTINCT s.subject_name SEPARATOR '/' ) FROM cygx_industrial_subject AS s WHERE s.industrial_management_id = i.industrial_management_id ) AS subject_name_str
  748. FROM
  749. cygx_article_department_follow AS f
  750. INNER JOIN cygx_article_department AS m ON m.department_id = f.department_id
  751. LEFT JOIN cygx_article AS a ON a.department_id = m.department_id
  752. LEFT JOIN cygx_industrial_article_group_management AS mg ON mg.article_id = a.article_id
  753. LEFT JOIN cygx_industrial_management AS i ON i.industrial_management_id = mg.industrial_management_id
  754. WHERE f.user_id = ? AND f.type = 1 GROUP BY m.department_id
  755. ORDER BY f.create_time DESC LIMIT ?,? `
  756. _, err = o.Raw(sql, uid, startSize, pageSize).QueryRows(&items)
  757. return
  758. }
  759. // 用户搜索关键词统计
  760. func GetCygxSearchKeyWordCount(uid int, condition string) (count int, err error) {
  761. o := orm.NewOrmUsingDB("hz_cygx")
  762. sqlCount := ` SELECT COUNT(1) AS count FROM cygx_search_key_word WHERE user_id = ? ` + condition
  763. err = o.Raw(sqlCount, uid).QueryRow(&count)
  764. return
  765. }
  766. // 用户搜索关键词列表
  767. func GetCygxSearchKeyWordByUser(condition string, uid, startSize, pageSize int) (items []*UserInteraction, err error) {
  768. o := orm.NewOrmUsingDB("hz_cygx")
  769. sql := `SELECT
  770. key_word,create_time
  771. FROM
  772. cygx_search_key_word as k
  773. WHERE user_id = ? ` + condition + `
  774. ORDER BY k.create_time DESC LIMIT ?,? `
  775. _, err = o.Raw(sql, uid, startSize, pageSize).QueryRows(&items)
  776. return
  777. }
  778. // 用户专项产业调研统计
  779. func GetCygxActivitySpecialTripCount(condition string, pars []interface{}) (count int, err error) {
  780. o := orm.NewOrmUsingDB("hz_cygx")
  781. sqlCount := `SELECT
  782. COUNT( 1 )
  783. FROM
  784. cygx_activity_special_meeting_detail AS h
  785. INNER JOIN cygx_activity_special AS a ON a.activity_id = h.activity_id
  786. WHERE
  787. 1 = 1
  788. AND a.publish_status = 1 AND a.activity_time_end < NOW() ` + condition
  789. err = o.Raw(sqlCount, pars).QueryRow(&count)
  790. return
  791. }
  792. // 用户专项产业调研列表
  793. func GetCygxActivitySpecialTripByUser(uid, startSize, pageSize int) (items []*UserInteraction, err error) {
  794. o := orm.NewOrmUsingDB("hz_cygx")
  795. sql := `SELECT
  796. a.research_theme AS activity_name,
  797. a.chart_permission_name,
  798. a.activity_time_text_by_day AS activity_time_text,
  799. a.city,
  800. a.activity_id,
  801. a.special_type AS activity_type,
  802. h.is_meeting
  803. FROM
  804. cygx_activity_special_meeting_detail AS h
  805. INNER JOIN cygx_activity_special AS a ON a.activity_id = h.activity_id
  806. WHERE
  807. 1 = 1
  808. AND a.publish_status = 1 AND a.activity_time_end < NOW()
  809. AND h.user_id = ?
  810. ORDER BY a.activity_time DESC LIMIT ?,? `
  811. _, err = o.Raw(sql, uid, startSize, pageSize).QueryRows(&items)
  812. return
  813. }
  814. // 用户音视频浏览统计
  815. func GetCygxRoadshowCount(uid int) (count int, err error) {
  816. o := orm.NewOrmUsingDB("hz_cygx")
  817. sqlCount := `SELECT
  818. COUNT( 1 ) total
  819. FROM
  820. (
  821. SELECT
  822. ""
  823. FROM
  824. cygx_micro_roadshow_video_history AS r
  825. INNER JOIN cygx_micro_roadshow_video AS v ON r.video_id = v.video_id
  826. WHERE
  827. r.user_id = ? UNION ALL
  828. SELECT
  829. ""
  830. FROM
  831. cygx_activity_video_history AS r
  832. INNER JOIN cygx_activity_video AS v ON r.video_id = v.video_id
  833. WHERE
  834. r.user_id = ? UNION ALL
  835. SELECT
  836. ""
  837. FROM
  838. cygx_activity_voice_history AS r
  839. INNER JOIN cygx_activity_voice AS v ON r.activity_id = v.activity_id
  840. WHERE
  841. r.user_id = ?
  842. )z `
  843. err = o.Raw(sqlCount, uid, uid, uid).QueryRow(&count)
  844. return
  845. }
  846. // 用户专项产业调研列表
  847. func GetCygxRoadshowByUser(uid, startSize, pageSize int) (items []*UserInteraction, err error) {
  848. o := orm.NewOrmUsingDB("hz_cygx")
  849. sql := `SELECT
  850. v.video_name AS media_title,
  851. r.create_time,
  852. "逻辑解析" AS file_type
  853. FROM
  854. cygx_micro_roadshow_video_history AS r
  855. INNER JOIN cygx_micro_roadshow_video AS v ON r.video_id = v.video_id
  856. WHERE
  857. r.user_id = ? UNION ALL
  858. SELECT
  859. v.video_name AS media_title,
  860. r.create_time,
  861. "路演回放" AS file_type
  862. FROM
  863. cygx_activity_video_history AS r
  864. INNER JOIN cygx_activity_video AS v ON r.video_id = v.video_id
  865. WHERE
  866. r.user_id = ? UNION ALL
  867. SELECT
  868. v.voice_name AS media_title,
  869. r.create_time,
  870. "路演回放" AS file_type
  871. FROM
  872. cygx_activity_voice_history AS r
  873. INNER JOIN cygx_activity_voice AS v ON r.activity_id = v.activity_id
  874. WHERE
  875. r.user_id = ?
  876. ORDER BY create_time DESC LIMIT ?,? `
  877. _, err = o.Raw(sql, uid, uid, uid, startSize, pageSize).QueryRows(&items)
  878. return
  879. }
  880. // 线上已到会列表
  881. func GetAttendanceDetailListByUser(isMeeting int, mobile string, startSize, pageSize int) (item []*UserInteraction, err error) {
  882. o := orm.NewOrmUsingDB("hz_cygx")
  883. sql := `SELECT
  884. s.signup_type,
  885. a.activity_name,
  886. a.chart_permission_name,
  887. a.activity_type_name,
  888. a.label,
  889. a.activity_time,
  890. d.first_meeting_time,
  891. d.last_meeting_time,
  892. d.meeting_type_str,
  893. d.meeting_authentication,
  894. d.meeting_status_str,
  895. d.duration
  896. FROM
  897. cygx_activity_signup AS s
  898. INNER JOIN cygx_activity AS a ON a.activity_id = s.activity_id
  899. INNER JOIN cygx_activity_attendance_detail AS d ON d.activity_id = s.activity_id
  900. INNER JOIN cygx_activity_type as t ON t.activity_type_id = a.activity_type_id
  901. WHERE
  902. 1 = 1
  903. AND s.do_fail_type = 0
  904. AND s.is_cancel = 0
  905. AND s.is_meeting = ?
  906. AND s.mobile = ?
  907. AND a.is_submit_meeting = 1
  908. AND t.activity_type = 1
  909. GROUP BY
  910. a.activity_id
  911. ORDER BY
  912. a.activity_time DESC
  913. LIMIT ?,?`
  914. _, err = o.Raw(sql, isMeeting, mobile, startSize, pageSize).QueryRows(&item)
  915. return
  916. }
  917. // 线上未来到会列表
  918. func GetAttendanceDetailListNoMeetingByUser(isMeeting int, mobile string, startSize, pageSize int) (item []*UserInteraction, err error) {
  919. o := orm.NewOrmUsingDB("hz_cygx")
  920. sql := `SELECT
  921. s.signup_type,
  922. a.activity_name,
  923. a.chart_permission_name,
  924. a.activity_type_name,
  925. a.label,
  926. a.activity_time,
  927. ( SELECT COUNT( 1 ) FROM cygx_activity_meeting_reminder AS rm WHERE rm.activity_id = s.activity_id AND rm.mobile = s.mobile ) AS reminder_num
  928. FROM
  929. cygx_activity_signup AS s
  930. INNER JOIN cygx_activity AS a ON a.activity_id = s.activity_id
  931. INNER JOIN cygx_activity_type as t ON t.activity_type_id = a.activity_type_id
  932. WHERE
  933. 1 = 1
  934. AND s.do_fail_type = 0
  935. AND s.is_cancel = 0
  936. AND s.is_meeting = ?
  937. AND s.mobile = ?
  938. AND a.is_submit_meeting = 1
  939. AND t.activity_type = 1
  940. GROUP BY
  941. a.activity_id
  942. ORDER BY
  943. a.activity_time DESC
  944. LIMIT ?,?`
  945. _, err = o.Raw(sql, isMeeting, mobile, startSize, pageSize).QueryRows(&item)
  946. return
  947. }
  948. // 用户参会统计
  949. func GetAttendanceDetaiCount(mobile string, meetType, isMeeting int) (count int, err error) {
  950. o := orm.NewOrmUsingDB("hz_cygx")
  951. sqlCount := ` SELECT
  952. COUNT( DISTINCT a.activity_id ) as count
  953. FROM
  954. cygx_activity_signup AS s
  955. INNER JOIN cygx_activity as a ON a.activity_id = s.activity_id
  956. INNER JOIN cygx_activity_type as t ON t.activity_type_id = a.activity_type_id
  957. WHERE
  958. mobile = ?
  959. AND is_meeting =?
  960. AND s.do_fail_type = 0
  961. AND a.is_submit_meeting = 1 `
  962. if meetType == 1 {
  963. sqlCount += ` AND t.activity_type = 1 `
  964. } else {
  965. sqlCount += ` AND t.activity_type = 0 `
  966. }
  967. err = o.Raw(sqlCount, mobile, isMeeting).QueryRow(&count)
  968. return
  969. }
  970. // 线下已到会列表
  971. func GetAttendanceOfflineListByUser(isMeeting int, mobile string, startSize, pageSize int) (item []*UserInteraction, err error) {
  972. o := orm.NewOrmUsingDB("hz_cygx")
  973. sql := `SELECT
  974. a.activity_name,
  975. a.chart_permission_name,
  976. a.activity_type_name,
  977. a.label,
  978. a.activity_time
  979. FROM
  980. cygx_activity_signup AS s
  981. INNER JOIN cygx_activity AS a ON a.activity_id = s.activity_id
  982. INNER JOIN cygx_activity_type as t ON t.activity_type_id = a.activity_type_id
  983. WHERE
  984. 1 = 1
  985. AND s.do_fail_type = 0
  986. AND s.is_cancel = 0
  987. AND s.is_meeting = ?
  988. AND s.mobile = ?
  989. AND a.is_submit_meeting = 1
  990. AND t.activity_type = 0
  991. GROUP BY
  992. a.activity_id
  993. ORDER BY
  994. a.activity_time DESC
  995. LIMIT ?,?`
  996. _, err = o.Raw(sql, isMeeting, mobile, startSize, pageSize).QueryRows(&item)
  997. return
  998. }
  999. // 获取用户参会记录数量
  1000. func GetActivityMeetByUserCount(condition string) (count int, err error) {
  1001. o := orm.NewOrmUsingDB("hz_cygx")
  1002. sqlCount := ` SELECT
  1003. COUNT( DISTINCT a.activity_id ) as count
  1004. FROM
  1005. cygx_activity_signup_detail AS s
  1006. INNER JOIN cygx_activity as a ON a.activity_id = s.activity_id
  1007. INNER JOIN cygx_activity_type as t ON t.activity_type_id = a.activity_type_id
  1008. WHERE
  1009. 1=1
  1010. AND s.do_fail_type = 0 `
  1011. if condition != "" {
  1012. sqlCount += condition
  1013. }
  1014. err = o.Raw(sqlCount).QueryRow(&count)
  1015. return
  1016. }
  1017. // 获取用户参会记录
  1018. func GetActivityMeetByUser(condition string, startSize, pageSize int) (item []*UserInteraction, err error) {
  1019. o := orm.NewOrmUsingDB("hz_cygx")
  1020. sql := `SELECT
  1021. t.activity_type,
  1022. s.signup_type,
  1023. s.is_meeting,
  1024. s.real_name,
  1025. s.mobile,
  1026. s.company_id,
  1027. a.activity_name,
  1028. a.chart_permission_name,
  1029. a.activity_type_name,
  1030. a.label,
  1031. a.activity_time,
  1032. s.first_meeting_time,
  1033. s.last_meeting_time,
  1034. s.meeting_type_str,
  1035. s.meeting_authentication,
  1036. s.meeting_status_str,
  1037. s.duration
  1038. FROM
  1039. cygx_activity_signup_detail AS s
  1040. INNER JOIN cygx_activity AS a ON a.activity_id = s.activity_id
  1041. INNER JOIN cygx_activity_type as t ON t.activity_type_id = a.activity_type_id
  1042. WHERE
  1043. 1 = 1
  1044. AND s.do_fail_type = 0 ` + condition + `
  1045. GROUP BY
  1046. s.activity_id,s.outbound_mobile
  1047. ORDER BY
  1048. a.activity_time DESC `
  1049. if startSize > 0 || pageSize > 0 {
  1050. sql += ` LIMIT ` + strconv.Itoa(startSize) + "," + strconv.Itoa(pageSize)
  1051. }
  1052. _, err = o.Raw(sql).QueryRows(&item)
  1053. return
  1054. }
  1055. // 获取用户参会记录
  1056. func GetActivitySpecialMeetByUser(condition string, startSize, pageSize int) (item []*UserInteraction, err error) {
  1057. o := orm.NewOrmUsingDB("hz_cygx")
  1058. sql := `SELECT
  1059. a.activity_id,
  1060. a.research_theme AS activity_name,
  1061. a.chart_permission_name,
  1062. special_type AS activity_type,
  1063. a.activity_time,
  1064. a.activity_time_text_by_day AS activity_time_text
  1065. FROM
  1066. cygx_activity_special_meeting_detail AS s
  1067. INNER JOIN cygx_activity_special AS a ON a.activity_id = s.activity_id
  1068. WHERE
  1069. 1 = 1 ` + condition + `
  1070. GROUP BY
  1071. s.activity_id,
  1072. s.mobile
  1073. ORDER BY
  1074. a.activity_time DESC `
  1075. if startSize > 0 || pageSize > 0 {
  1076. sql += ` LIMIT ` + strconv.Itoa(startSize) + "," + strconv.Itoa(pageSize)
  1077. }
  1078. _, err = o.Raw(sql).QueryRows(&item)
  1079. return
  1080. }
  1081. type GetUserInteractionTableCountResp struct {
  1082. HistoryNum int `description:"报告阅读"`
  1083. CountNum int `description:"报告收藏"`
  1084. IndustryFllowNum int `description:"产业关注"`
  1085. DepartmentFollowNum int `description:"作者关注"`
  1086. KeyWordNum int `description:"搜索关键词"`
  1087. OnLineNum int `description:"线上互动活动"`
  1088. OfficeNum int `description:"线下互动活动"`
  1089. ActivityNum int `description:"活动数量"`
  1090. ChartNum int `description:"图表数量"`
  1091. TripNum int `description:"图表数量"`
  1092. RoadshowVideoNum int `description:"产业视频播放量"`
  1093. ActivityVideoNum int `description:"活动视频播放量"`
  1094. ActivityVoiceNum int `description:"活动音频播放量"`
  1095. TagNum int `description:"首页标签点击量"`
  1096. YanxuanSpecialNum int `description:"研选专栏阅读数量"`
  1097. YanxuanSpecialCollectNum int `description:"研选专栏收藏数量"`
  1098. YanxuanSpecialFollowNum int `description:"研选专栏作者关注数量"`
  1099. FeedbackNum int `description:"交流反馈数量"`
  1100. }
  1101. // 用户互动总数统计
  1102. func GetUserInteractionTableCount(uid int) (item *GetUserInteractionTableCountResp, err error) {
  1103. o := orm.NewOrmUsingDB("hz_cygx")
  1104. sql := `SELECT
  1105. ( SELECT COUNT( 1 ) FROM cygx_article_history_record_all AS h INNER JOIN cygx_article as art ON art.article_id = h.article_id WHERE h.user_id = ? AND h.is_del = 0 AND art.article_type_id = 0 ) AS history_num,
  1106. ( SELECT COUNT( 1 ) FROM cygx_article_collect AS h INNER JOIN cygx_article as art ON art.article_id = h.article_id WHERE h.user_id = ? AND art.article_type_id = 0 ) AS count_num,
  1107. ( SELECT COUNT( 1 ) FROM cygx_chart_collect AS h INNER JOIN cygx_chart_all AS a ON h.chart_id = a.chart_id WHERE h.user_id = ? ) AS chart_num,
  1108. ( SELECT COUNT( 1 ) FROM cygx_industry_fllow AS h INNER JOIN cygx_industrial_management as a ON a.industrial_management_id = h.industrial_management_id WHERE h.user_id = ? AND h.type = 1 AND h.source IN (0,1,2) AND a.chart_permission_id != 31 ) AS industry_fllow_num,
  1109. ( SELECT COUNT( 1 ) FROM cygx_search_key_word AS h WHERE h.user_id = ? AND h.register_platform IN(1,2) ) AS key_word_num,
  1110. ( SELECT COUNT( DISTINCT a.activity_id ) as count FROM cygx_activity_signup_detail AS h INNER JOIN cygx_activity as a ON a.activity_id = h.activity_id INNER JOIN cygx_activity_type as t ON t.activity_type_id = a.activity_type_id WHERE h.user_id = ?
  1111. AND t.activity_type=1 AND h.do_fail_type = 0 AND a.chart_permission_id != 31 ) AS on_line_num,
  1112. ( SELECT COUNT( DISTINCT a.activity_id ) as count FROM cygx_activity_signup_detail AS h INNER JOIN cygx_activity as a ON a.activity_id = h.activity_id INNER JOIN cygx_activity_type as t ON t.activity_type_id = a.activity_type_id WHERE h.user_id = ?
  1113. AND t.activity_type = 0 AND h.do_fail_type = 0 AND a.chart_permission_id != 31 ) AS office_num,
  1114. ( SELECT COUNT( 1 ) FROM cygx_activity_special_meeting_detail AS h INNER JOIN cygx_activity_special AS a ON a.activity_id = h.activity_id WHERE h.user_id = ? AND a.publish_status = 1 AND a.activity_time_end < NOW()) AS trip_num,
  1115. ( SELECT COUNT( 1 ) FROM cygx_micro_roadshow_video_history AS h INNER JOIN cygx_micro_roadshow_video as v ON v.video_id = h.video_id WHERE h.user_id = ? ) AS roadshow_video_num,
  1116. ( SELECT COUNT( 1 ) FROM cygx_activity_video_history AS h INNER JOIN cygx_activity_video as v ON v.video_id = h.video_id WHERE h.user_id = ? ) AS activity_video_num,
  1117. ( SELECT COUNT( 1 ) FROM cygx_activity_voice_history AS h INNER JOIN cygx_activity_voice as v ON v.activity_id = h.activity_id WHERE h.user_id = ? ) AS activity_voice_num,
  1118. ( SELECT COUNT(1) FROM cygx_tag_history as h INNER JOIN cygx_tag AS b ON h.tag_id = b.tag_id WHERE h.user_id = ? ) AS tag_num,
  1119. ( SELECT COUNT(1) FROM cygx_user_feedback as h WHERE h.user_id = ? ) AS feedback_num
  1120. FROM dual `
  1121. err = o.Raw(sql, uid, uid, uid, uid, uid, uid, uid, uid, uid, uid, uid, uid, uid).QueryRow(&item)
  1122. return
  1123. }
  1124. // 用户互动总数统计
  1125. func GetUserInteractionTableCountByYanXuan(uid int) (item *GetUserInteractionTableCountResp, err error) {
  1126. o := orm.NewOrmUsingDB("hz_cygx")
  1127. sql := `SELECT
  1128. ( SELECT COUNT( 1 ) FROM cygx_article_history_record_all AS h INNER JOIN cygx_article as art ON art.article_id = h.article_id WHERE h.user_id = ? AND h.is_del = 0 AND art.article_type_id > 0 ) AS history_num,
  1129. ( SELECT COUNT( 1 ) FROM cygx_article_collect AS h INNER JOIN cygx_article as art ON art.article_id = h.article_id WHERE h.user_id = ? AND art.article_type_id > 0 ) AS count_num,
  1130. ( SELECT COUNT( 1 ) FROM cygx_industry_fllow AS h INNER JOIN cygx_industrial_management as a ON a.industrial_management_id = h.industrial_management_id WHERE h.user_id = ? AND h.type = 1 AND h.source IN (0,1,2) AND a.chart_permission_id = 31 ) AS industry_fllow_num,
  1131. ( SELECT COUNT( 1 ) FROM cygx_article_department_follow AS h WHERE h.user_id = ? AND h.type = 1 ) AS department_follow_num,
  1132. ( SELECT COUNT( 1 ) FROM cygx_search_key_word AS h WHERE h.user_id = ? AND h.register_platform IN(5,6) ) AS key_word_num,
  1133. ( SELECT COUNT( DISTINCT a.activity_id ) as count FROM cygx_activity_signup_detail AS h INNER JOIN cygx_activity as a ON a.activity_id = h.activity_id INNER JOIN cygx_activity_type as t ON t.activity_type_id = a.activity_type_id WHERE h.user_id = ?
  1134. AND t.activity_type=1 AND h.do_fail_type = 0 AND a.chart_permission_id = 31 ) AS on_line_num,
  1135. ( SELECT COUNT( DISTINCT a.activity_id ) as count FROM cygx_activity_signup_detail AS h INNER JOIN cygx_activity as a ON a.activity_id = h.activity_id INNER JOIN cygx_activity_type as t ON t.activity_type_id = a.activity_type_id WHERE h.user_id = ?
  1136. AND t.activity_type = 0 AND h.do_fail_type = 0 AND a.chart_permission_id = 31 ) AS office_num,
  1137. ( SELECT COUNT(1) FROM cygx_yanxuan_special_collect as h INNER JOIN cygx_yanxuan_special AS b ON h.yanxuan_special_id = b.id WHERE h.user_id = ? ) AS yanxuan_special_collect_num,
  1138. ( SELECT COUNT(1) FROM cygx_yanxuan_special_follow as h WHERE h.user_id = ? ) AS yanxuan_special_follow_num,
  1139. ( SELECT COUNT(1) FROM cygx_yanxuan_special_record as h INNER JOIN cygx_yanxuan_special AS b ON h.yanxuan_special_id = b.id WHERE h.user_id = ? ) AS yanxuan_special_num
  1140. FROM dual `
  1141. err = o.Raw(sql, uid, uid, uid, uid, uid, uid, uid, uid, uid, uid).QueryRow(&item)
  1142. return
  1143. }
  1144. // 根据时间获取用户互动总数统计
  1145. func GetUserInteractionTableCountBytime(uid int, startDate, endDate string) (item *GetUserInteractionTableCountResp, err error) {
  1146. o := orm.NewOrm()
  1147. sql := `SELECT
  1148. ( SELECT COUNT( 1 ) FROM cygx_article_history_record_all AS h INNER JOIN cygx_article as art ON art.article_id = h.article_id WHERE h.mobile = u.mobile AND h.is_del = 0 AND create_time BETWEEN '` + startDate + `'AND '` + endDate + `' OR ( h.email = u.email AND h.email <>'' AND h.is_del = 0 AND create_time BETWEEN '` + startDate + `'AND '` + endDate + `' ) ) AS history_num,
  1149. ( SELECT COUNT( 1 ) FROM cygx_article_collect AS h WHERE h.user_id = u.user_id AND create_time BETWEEN '` + startDate + `'AND '` + endDate + `' ) AS count_num,
  1150. ( SELECT COUNT( 1 ) FROM cygx_chart_collect AS h WHERE h.user_id = u.user_id AND create_time BETWEEN '` + startDate + `'AND '` + endDate + `' ) AS chart_num,
  1151. ( SELECT COUNT( 1 ) FROM cygx_industry_fllow AS h WHERE h.user_id = u.user_id AND h.type = 1 AND create_time BETWEEN '` + startDate + `'AND '` + endDate + `' ) AS industry_fllow_num,
  1152. ( SELECT COUNT( 1 ) FROM cygx_article_department_follow AS h WHERE h.user_id = u.user_id AND h.type = 1 AND create_time BETWEEN '` + startDate + `'AND '` + endDate + `' ) AS department_follow_num,
  1153. ( SELECT COUNT( 1 ) FROM cygx_search_key_word AS h WHERE h.user_id = u.user_id AND create_time BETWEEN '` + startDate + `'AND '` + endDate + `' ) AS key_word_num,
  1154. ( SELECT COUNT( DISTINCT a.activity_id ) as count FROM cygx_activity_signup AS h INNER JOIN cygx_activity as a ON a.activity_id = h.activity_id INNER JOIN cygx_activity_type as t ON t.activity_type_id = a.activity_type_id WHERE h.mobile = u.mobile
  1155. AND a.is_submit_meeting = 1 AND t.activity_type=1 AND h.do_fail_type = 0 AND a.activity_time BETWEEN '` + startDate + `'AND '` + endDate + `' ) AS on_line_num,
  1156. ( SELECT COUNT( DISTINCT a.activity_id ) as count FROM cygx_activity_signup AS h INNER JOIN cygx_activity as a ON a.activity_id = h.activity_id INNER JOIN cygx_activity_type as t ON t.activity_type_id = a.activity_type_id WHERE h.mobile = u.mobile
  1157. AND a.is_submit_meeting = 1 AND t.activity_type = 0 AND h.do_fail_type = 0 AND a.activity_time BETWEEN '` + startDate + `'AND '` + endDate + `') AS office_num
  1158. FROM
  1159. wx_user as u
  1160. WHERE
  1161. u.user_id = ?`
  1162. err = o.Raw(sql, uid).QueryRow(&item)
  1163. return
  1164. }
  1165. type ArticlePvCountResp struct {
  1166. ArticleId int `description:"文章ID"`
  1167. Pv int `description:"Pv"`
  1168. }
  1169. // 阅读记录
  1170. func GetArticlePvCount(mobile, email, dateTime string) (item []*ArticlePvCountResp, err error) {
  1171. o := orm.NewOrmUsingDB("hz_cygx")
  1172. sql := `SELECT
  1173. article_id,
  1174. COUNT(article_id) as pv
  1175. FROM
  1176. cygx_article_history_record_all as h
  1177. WHERE
  1178. mobile = ?
  1179. AND create_time >= ?
  1180. AND is_del = 0
  1181. OR ( email = ? AND email <>'' AND create_time >= ? AND is_del = 0 )
  1182. GROUP BY article_id `
  1183. _, err = o.Raw(sql, mobile, dateTime, email, dateTime).QueryRows(&item)
  1184. return
  1185. }
  1186. type ArticleIndustryNameResp struct {
  1187. ArticleId int `description:"文章ID"`
  1188. IndustryName string `description:"产业名称"`
  1189. SubjectName string `description:"标的名称"`
  1190. }
  1191. // 产业名称
  1192. func GetArticleGroupyIndustryName(articleIds string) (item []*ArticleIndustryNameResp, err error) {
  1193. o := orm.NewOrmUsingDB("hz_cygx")
  1194. sql := `SELECT
  1195. art.article_id,
  1196. (
  1197. SELECT
  1198. GROUP_CONCAT( DISTINCT s.subject_name SEPARATOR '/' )
  1199. FROM
  1200. cygx_industrial_subject AS s
  1201. WHERE
  1202. s.industrial_subject_id IN ( SELECT industrial_subject_id FROM cygx_industrial_article_group_subject AS sg WHERE sg.article_id = art.article_id )
  1203. ) AS subject_name,
  1204. (
  1205. SELECT
  1206. GROUP_CONCAT( DISTINCT man.industry_name SEPARATOR '/' )
  1207. FROM
  1208. cygx_industrial_management AS man
  1209. WHERE
  1210. man.industrial_management_id IN ( SELECT industrial_management_id FROM cygx_industrial_article_group_management AS man_g WHERE man_g.article_id = art.article_id )
  1211. ) AS industry_name
  1212. FROM
  1213. cygx_article_history_record_all AS r
  1214. INNER JOIN cygx_article AS art ON art.article_id = r.article_id
  1215. LEFT JOIN cygx_report_mapping AS re ON re.category_id = art.category_id_two
  1216. LEFT JOIN cygx_industrial_article_group_management AS man ON man.article_id = art.article_id
  1217. WHERE
  1218. art.article_id IN ( ` + articleIds + `) GROUP BY art.article_id `
  1219. _, err = o.Raw(sql).QueryRows(&item)
  1220. return
  1221. }
  1222. // 标的名称
  1223. func GetArticleGroupySubjectName(articleIds string) (item []*ArticleIndustryNameResp, err error) {
  1224. o := orm.NewOrmUsingDB("hz_cygx")
  1225. sql := `SELECT
  1226. article_id,
  1227. subject_name
  1228. FROM
  1229. cygx_industrial_article_group_subject AS mg
  1230. INNER JOIN cygx_industrial_subject AS m ON m.industrial_subject_id = mg.industrial_subject_id
  1231. WHERE
  1232. article_id IN ( ` + articleIds + `)`
  1233. _, err = o.Raw(sql).QueryRows(&item)
  1234. return
  1235. }
  1236. type UserLabel struct {
  1237. Label string `description:"标签 多个用 , 隔开"`
  1238. }
  1239. type ActivityLabelCountResp struct {
  1240. Label string `description:"标签"`
  1241. Pv int `description:"Pv"`
  1242. }
  1243. // 活动标签记录(我的日程)
  1244. func GetActivitySignCount(mobile, dateTime string) (item []*ActivityLabelCountResp, err error) {
  1245. o := orm.NewOrmUsingDB("hz_cygx")
  1246. sql := `SELECT
  1247. label ,
  1248. COUNT( label ) AS pv
  1249. FROM
  1250. cygx_activity
  1251. WHERE
  1252. activity_id IN ( SELECT activity_id FROM cygx_my_schedule WHERE mobile = ? )
  1253. AND label != ''
  1254. AND activity_time >= ?
  1255. GROUP BY
  1256. label`
  1257. _, err = o.Raw(sql, mobile, dateTime).QueryRows(&item)
  1258. return
  1259. }
  1260. // 活动标签记录(会议提醒)
  1261. func GetActivityMeetingReminder(mobile, dateTime string) (item []*ActivityLabelCountResp, err error) {
  1262. o := orm.NewOrmUsingDB("hz_cygx")
  1263. sql := `SELECT
  1264. label ,
  1265. COUNT( label ) AS pv
  1266. FROM
  1267. cygx_activity
  1268. WHERE
  1269. activity_id IN ( SELECT activity_id FROM cygx_activity_meeting_reminder WHERE mobile = ? )
  1270. AND label != ''
  1271. AND activity_time >= ?
  1272. GROUP BY
  1273. label`
  1274. _, err = o.Raw(sql, mobile, dateTime).QueryRows(&item)
  1275. return
  1276. }
  1277. func GetCygxArticleCollectId(uid int, dateTime string) (articleIds string, err error) {
  1278. sql := `SELECT
  1279. GROUP_CONCAT( DISTINCT article_id SEPARATOR ',' ) AS permission
  1280. FROM
  1281. cygx_article_collect
  1282. WHERE
  1283. user_id = ?
  1284. AND create_time >= ? `
  1285. o := orm.NewOrmUsingDB("hz_cygx")
  1286. err = o.Raw(sql, uid, dateTime).QueryRow(&articleIds)
  1287. return
  1288. }
  1289. // 用户互动量
  1290. type CygxInteractionNumResp struct {
  1291. DateTime string `description:"时间"`
  1292. InteractionNum int `description:"互动量"`
  1293. }
  1294. type CygxCygxInteractionNumRespListResp struct {
  1295. List []*CygxInteractionNumResp
  1296. }
  1297. // 用户互动详情
  1298. type UserInteractionrelevantListResp struct {
  1299. IndustryName string `description:"产业名称"`
  1300. IsFllow bool `description:"是否关注"`
  1301. List []*UserInteraction
  1302. }
  1303. type EsUserInteraction struct {
  1304. Id int `description:"主键ID"`
  1305. ArticleId int `description:"文章id"`
  1306. ArticleType int `description:"文章类型 1:查研观向, 2:策略平台"`
  1307. Title string `description:"标题"`
  1308. PublishDate string `description:"发布时间"`
  1309. CreateTime string `description:"创建时间"`
  1310. StopTime string `description:"阅读停留时间"`
  1311. RealName string `description:"姓名"`
  1312. CompanyName string `description:"公司名称"`
  1313. CompanyId int `description:"公司ID"`
  1314. SellerName string `description:"所属销售"`
  1315. SellerId int `description:"所属销售ID"`
  1316. Mobile string `description:"手机号"`
  1317. Email string `description:"邮箱"`
  1318. UserId int `description:"用户ID"`
  1319. UserArticleHistoryNum int `description:"用户阅读数量"`
  1320. CompanyArticleHistoryNum int `description:"机构阅读数量"`
  1321. }
  1322. func GetCompanyIdsCondition(ondition string) (companyIds string, err error) {
  1323. sql := ondition
  1324. o := orm.NewOrm()
  1325. err = o.Raw(sql).QueryRow(&companyIds)
  1326. return
  1327. }
  1328. type InteractiveList struct {
  1329. TotalMap map[int]int
  1330. EsList []*EsUserInteraction
  1331. ActivityList []*company.CompanyReportRecordGroup
  1332. CollectList []*company.CompanyReportRecordGroup
  1333. IndustryFllowList []*company.CompanyReportRecordGroup
  1334. DepartmentFollowList []*company.CompanyReportRecordGroup
  1335. KeyWordList []*company.CompanyReportRecordGroup
  1336. Chartist []*company.CompanyReportRecordGroup
  1337. }
  1338. func GetAllOverseasRaiEmail() (emails []string, err error) {
  1339. sql := `
  1340. SELECT
  1341. *
  1342. FROM
  1343. (
  1344. SELECT
  1345. wu.email
  1346. FROM
  1347. wx_user AS wu
  1348. INNER JOIN company AS c
  1349. WHERE
  1350. wu.company_id = c.company_id
  1351. AND wu.email <> ""
  1352. AND c.region_type = "海外"
  1353. ) AS a UNION
  1354. (
  1355. SELECT
  1356. wu.email
  1357. FROM
  1358. company_product AS cp
  1359. INNER JOIN wx_user AS wu
  1360. WHERE
  1361. cp.industry_id = 10
  1362. AND cp.product_id = 2
  1363. AND wu.email <> ""
  1364. AND cp.status IN ( "正式", "试用" )
  1365. )`
  1366. o := orm.NewOrm()
  1367. _, err = o.Raw(sql).QueryRows(&emails)
  1368. return
  1369. }