cygx_user.go 57 KB

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