enter_score.go 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576
  1. package cygx
  2. import (
  3. "encoding/json"
  4. "fmt"
  5. "github.com/rdlucklib/rdluck_tools/paging"
  6. "github.com/tealeg/xlsx"
  7. "hongze/hz_crm_api/controllers"
  8. "hongze/hz_crm_api/models"
  9. "hongze/hz_crm_api/models/company"
  10. "hongze/hz_crm_api/models/cygx"
  11. "hongze/hz_crm_api/models/system"
  12. cygxService "hongze/hz_crm_api/services/cygx"
  13. "hongze/hz_crm_api/utils"
  14. "os"
  15. "path/filepath"
  16. "strings"
  17. "time"
  18. )
  19. // X类客户录分模块
  20. type EnterScoreController struct {
  21. controllers.BaseAuthController
  22. }
  23. // @Title X试用类客户检索
  24. // @Description X试用类客户检索接口
  25. // @Param KeyWord query string true "搜索关键词"
  26. // @Success 200 {object} company.CompanyNameAndIdListResp
  27. // @router /enterScore/company/searchlist [get]
  28. func (this *EnterScoreController) CompanySearchList() {
  29. br := new(models.BaseResponse).Init()
  30. defer func() {
  31. this.Data["json"] = br
  32. this.ServeJSON()
  33. }()
  34. sysUser := this.SysUser
  35. if sysUser == nil {
  36. br.Msg = "请登录"
  37. br.ErrMsg = "请登录,SysUser Is Empty"
  38. br.Ret = 408
  39. return
  40. }
  41. keyWord := this.GetString("KeyWord")
  42. keyWord = strings.Trim(keyWord, " ")
  43. keyWord = strings.Replace(keyWord, "'", "", -1)
  44. resp := new(company.CompanyNameAndIdListResp)
  45. var companyCondition string
  46. var companypars []interface{}
  47. var listResp []*company.CompanyNameAndId
  48. companyCondition += ` AND b.product_name = ? `
  49. companypars = append(companypars, "权益")
  50. companyCondition += ` AND b.status = ? `
  51. companypars = append(companypars, "永续")
  52. if keyWord != "" {
  53. companyCondition += ` AND a.company_name LIKE '%` + keyWord + `%' `
  54. }
  55. //权益申请销售只能看到自己名下的客户的申请
  56. companyIds, err := cygxService.GetAdminLookUserCompanyIdsBySelf(sysUser)
  57. if err != nil {
  58. br.Msg = "获取失败"
  59. br.ErrMsg = "获取失败,GetAdminLookUserCompanyIds Err:" + err.Error()
  60. return
  61. }
  62. lencompanyIds := len(companyIds)
  63. if lencompanyIds > 0 {
  64. companyCondition += ` AND a.company_id IN (` + utils.GetOrmInReplace(lencompanyIds) + `)`
  65. companypars = append(companypars, companyIds)
  66. }
  67. companyList, err := company.GetCompanyIdListByproductName(companyCondition, companypars)
  68. if err != nil {
  69. br.Msg = "获取失败"
  70. br.ErrMsg = "获取失败,Err:" + err.Error()
  71. return
  72. }
  73. if len(companyList) == 0 {
  74. listResp = make([]*company.CompanyNameAndId, 0)
  75. } else {
  76. listResp = companyList
  77. }
  78. resp.List = listResp
  79. br.Ret = 200
  80. br.Success = true
  81. br.Msg = "获取成功"
  82. br.Data = resp
  83. }
  84. // @Title 详情
  85. // @Description 获取详情接口
  86. // @Param EnterScoreId query int true "录分ID"
  87. // @Success Ret=200 {object} cygx.CygxEnterScoreDetailResp
  88. // @router /enterScore/detail [get]
  89. func (this *EnterScoreController) EnterScoreDetail() {
  90. br := new(models.BaseResponse).Init()
  91. defer func() {
  92. this.Data["json"] = br
  93. this.ServeJSON()
  94. }()
  95. AdminUser := this.SysUser
  96. if AdminUser == nil {
  97. br.Msg = "请登录"
  98. br.ErrMsg = "请登录,用户信息为空"
  99. br.Ret = 408
  100. return
  101. }
  102. enterScoreId, _ := this.GetInt("EnterScoreId")
  103. resp := new(cygx.CygxEnterScoreDetailResp)
  104. var itemslistPermission []*cygx.EnterScorePermissionListResp // 权益行业
  105. var itemsFicclistPermission []*cygx.EnterScorePermissionListResp // FICC行业
  106. mapRaiUser := make(map[string][]*cygx.EnterScoreRealNameListResp) //权益研究员
  107. mapFiccUser := make(map[string][]*cygx.EnterScoreRealNameListResp) // FICC研究员
  108. var itemsGroup []*cygx.EnterScoreGroupListResp //自定义分组
  109. if enterScoreId == 0 {
  110. //权益研究员
  111. sysUserList, err := cygx.GetAskEmailList()
  112. if err != nil {
  113. br.Msg = "获取失败"
  114. br.ErrMsg = "获取失败,GetAskEmailList Err: " + err.Error()
  115. return
  116. }
  117. for _, v := range sysUserList {
  118. item := new(cygx.EnterScoreRealNameListResp)
  119. item.RealName = v.Name
  120. item.ChartPermissionName = v.ChartPermissionName
  121. mapRaiUser[v.ChartPermissionName] = append(mapRaiUser[v.ChartPermissionName], item)
  122. }
  123. listPermission, err := cygx.GetChartPermissionAll()
  124. if err != nil {
  125. br.Msg = "获取信息失败"
  126. br.ErrMsg = "获取品种信息失败,Err:" + err.Error()
  127. return
  128. }
  129. permissionNameArr := []string{"医药", "消费", "科技", "智造", "策略", "固收"}
  130. for _, v := range listPermission {
  131. if !utils.InArrayByStr(permissionNameArr, v.PermissionName) {
  132. continue
  133. }
  134. item := new(cygx.EnterScorePermissionListResp)
  135. item.ChartPermissionName = v.PermissionName
  136. if len(mapRaiUser[v.PermissionName]) == 0 {
  137. item.List = make([]*cygx.EnterScoreRealNameListResp, 0)
  138. } else {
  139. item.List = mapRaiUser[v.PermissionName]
  140. }
  141. itemslistPermission = append(itemslistPermission, item)
  142. }
  143. resp.EnterScoreObj.ListRai = itemslistPermission
  144. //ficc 研究员
  145. ficcUserList, err := system.GetFiccEnterScoreAdmin()
  146. if err != nil {
  147. br.Msg = "获取失败"
  148. br.ErrMsg = "获取失败,GetFiccEnterScoreAdmin Err: " + err.Error()
  149. return
  150. }
  151. for _, v := range ficcUserList {
  152. item := new(cygx.EnterScoreRealNameListResp)
  153. item.RealName = v.RealName
  154. item.ChartPermissionName = v.GroupName
  155. mapFiccUser[v.GroupName] = append(mapFiccUser[v.GroupName], item)
  156. }
  157. permissionFiccNameArr := []string{"宏观组", "建材组", "有色组", "能化组"}
  158. for _, v := range permissionFiccNameArr {
  159. item := new(cygx.EnterScorePermissionListResp)
  160. item.ChartPermissionName = v
  161. if len(mapFiccUser[v]) == 0 {
  162. item.List = make([]*cygx.EnterScoreRealNameListResp, 0)
  163. } else {
  164. item.List = mapFiccUser[v]
  165. }
  166. itemsFicclistPermission = append(itemsFicclistPermission, item)
  167. }
  168. resp.EnterScoreObj.ListFicc = itemsFicclistPermission
  169. groupNameArr := []string{"销售分", "专题分", "专家分", "云图大拓", "艾摩宏观"}
  170. for _, v := range groupNameArr {
  171. item := new(cygx.EnterScoreGroupListResp)
  172. item.GroupName = v
  173. itemsGroup = append(itemsGroup, item)
  174. }
  175. resp.EnterScoreObj.ListGroup = itemsGroup
  176. resp.PercentageObj = resp.EnterScoreObj
  177. resp.EnterScoreType = 1
  178. resp.Quarter = make([]string, 0)
  179. } else {
  180. //初始化数据,方便前端渲染
  181. var itemslistPermissionInit []*cygx.EnterScorePermissionListResp // 权益行业
  182. var itemsFicclistPermissionInit []*cygx.EnterScorePermissionListResp // FICC行业
  183. var itemsGroupInit []*cygx.EnterScoreGroupListResp //自定义分组
  184. mapRaiUserInit := make(map[string][]*cygx.EnterScoreRealNameListResp) //权益研究员
  185. mapFiccUserInit := make(map[string][]*cygx.EnterScoreRealNameListResp) // FICC研究员
  186. enterScoreDetail, err := cygx.GetCygxEnterScoreInfoById(enterScoreId)
  187. if err != nil {
  188. br.Msg = "获取失败"
  189. br.ErrMsg = "获取失败,GetCygxEnterScoreInfoById Err: " + err.Error()
  190. return
  191. }
  192. resp.EnterScoreId = enterScoreDetail.EnterScoreId
  193. resp.CompanyId = enterScoreDetail.CompanyId
  194. resp.CompanyName = enterScoreDetail.CompanyName
  195. resp.StartDate = enterScoreDetail.StartDate
  196. resp.EndDate = enterScoreDetail.EndDate
  197. resp.Quarter = strings.Split(enterScoreDetail.Quarter, ",")
  198. resp.EnterScoreType = enterScoreDetail.EnterScoreType
  199. resp.Ranking = enterScoreDetail.Ranking
  200. resp.IsMergeScoring = enterScoreDetail.IsMergeScoring
  201. resp.SecuritiesFirmsName = enterScoreDetail.SecuritiesFirmsName
  202. resp.MergeProportion = enterScoreDetail.MergeProportion
  203. resp.ProportionTotal = enterScoreDetail.ProportionTotal
  204. resp.RaiProportionTotal = enterScoreDetail.RaiProportionTotal
  205. resp.FiccProportionTotal = enterScoreDetail.FiccProportionTotal
  206. listResearcher, err := cygx.GeCygxEnterScoreResearcherListById(enterScoreId)
  207. if err != nil {
  208. br.Msg = "获取失败"
  209. br.ErrMsg = "获取失败,GeCygxEnterScoreResearcherListById Err: " + err.Error()
  210. return
  211. }
  212. for _, v := range listResearcher {
  213. item := new(cygx.EnterScoreRealNameListResp)
  214. item.RealName = v.RealName
  215. item.ChartPermissionName = v.ChartPermissionName
  216. item.Proportion = v.Proportion
  217. if v.ProductId == utils.COMPANY_PRODUCT_RAI_ID {
  218. mapRaiUser[v.ChartPermissionName] = append(mapRaiUser[v.ChartPermissionName], item)
  219. } else {
  220. mapFiccUser[v.ChartPermissionName] = append(mapFiccUser[v.ChartPermissionName], item)
  221. }
  222. }
  223. for _, v := range listResearcher {
  224. item := new(cygx.EnterScoreRealNameListResp)
  225. item.RealName = v.RealName
  226. item.ChartPermissionName = v.ChartPermissionName
  227. if v.ProductId == utils.COMPANY_PRODUCT_RAI_ID {
  228. mapRaiUserInit[v.ChartPermissionName] = append(mapRaiUserInit[v.ChartPermissionName], item)
  229. } else {
  230. mapFiccUserInit[v.ChartPermissionName] = append(mapFiccUserInit[v.ChartPermissionName], item)
  231. }
  232. }
  233. listPermission, err := cygx.GetCygxEnterScorePermissionListById(enterScoreId)
  234. if err != nil {
  235. br.Msg = "获取失败"
  236. br.ErrMsg = "获取失败,GetCygxEnterScorePermissionListById Err: " + err.Error()
  237. return
  238. }
  239. for _, v := range listPermission {
  240. item := new(cygx.EnterScorePermissionListResp)
  241. item.ChartPermissionName = v.ChartPermissionName
  242. item.Proportion = v.Proportion
  243. if v.ProductId == utils.COMPANY_PRODUCT_RAI_ID {
  244. item.List = mapRaiUser[v.ChartPermissionName]
  245. itemslistPermission = append(itemslistPermission, item)
  246. } else {
  247. item.List = mapFiccUser[v.ChartPermissionName]
  248. itemsFicclistPermission = append(itemsFicclistPermission, item)
  249. }
  250. }
  251. for _, v := range listPermission {
  252. item := new(cygx.EnterScorePermissionListResp)
  253. item.ChartPermissionName = v.ChartPermissionName
  254. if v.ProductId == utils.COMPANY_PRODUCT_RAI_ID {
  255. item.List = mapRaiUserInit[v.ChartPermissionName]
  256. itemslistPermissionInit = append(itemslistPermissionInit, item)
  257. } else {
  258. item.List = mapFiccUserInit[v.ChartPermissionName]
  259. itemsFicclistPermissionInit = append(itemsFicclistPermissionInit, item)
  260. }
  261. }
  262. listGroup, err := cygx.GeCygxEnterScoreGroupListById(enterScoreId)
  263. if err != nil {
  264. br.Msg = "获取失败"
  265. br.ErrMsg = "获取失败,GeCygxEnterScoreGroupListById Err: " + err.Error()
  266. return
  267. }
  268. for _, v := range listGroup {
  269. item := new(cygx.EnterScoreGroupListResp)
  270. item.GroupName = v.GroupName
  271. item.Proportion = v.Proportion
  272. itemsGroup = append(itemsGroup, item)
  273. }
  274. for _, v := range listGroup {
  275. item := new(cygx.EnterScoreGroupListResp)
  276. item.GroupName = v.GroupName
  277. itemsGroupInit = append(itemsGroupInit, item)
  278. }
  279. if enterScoreDetail.EnterScoreType == 1 {
  280. resp.EnterScoreObj.ListGroup = itemsGroup
  281. resp.EnterScoreObj.ListRai = itemslistPermission
  282. resp.EnterScoreObj.ListFicc = itemsFicclistPermission
  283. resp.PercentageObj.ListGroup = itemsGroupInit
  284. resp.PercentageObj.ListRai = itemslistPermissionInit
  285. resp.PercentageObj.ListFicc = itemsFicclistPermissionInit
  286. } else {
  287. resp.PercentageObj.ListGroup = itemsGroup
  288. resp.PercentageObj.ListRai = itemslistPermission
  289. resp.PercentageObj.ListFicc = itemsFicclistPermission
  290. resp.EnterScoreObj.ListGroup = itemsGroupInit
  291. resp.EnterScoreObj.ListRai = itemslistPermissionInit
  292. resp.EnterScoreObj.ListFicc = itemsFicclistPermissionInit
  293. }
  294. }
  295. br.Ret = 200
  296. br.Success = true
  297. br.Msg = "获取成功"
  298. br.Data = resp
  299. }
  300. // @Title 更新录分
  301. // @Description 更新录分接口
  302. // @Param request body cygx.UpdateEnterScoreReq true "type json string"
  303. // @Success 200 {object} "保存成功"
  304. // @router /enterScore/update [post]
  305. func (this *EnterScoreController) EnterScoreUpdate() {
  306. br := new(models.BaseResponse).Init()
  307. defer func() {
  308. this.Data["json"] = br
  309. this.ServeJSON()
  310. }()
  311. sysUser := this.SysUser
  312. if sysUser == nil {
  313. br.Msg = "请登录"
  314. br.ErrMsg = "请登录,SysUser Is Empty"
  315. br.Ret = 408
  316. return
  317. }
  318. var req cygx.UpdateEnterScoreReq
  319. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  320. if err != nil {
  321. br.Msg = "参数解析异常!"
  322. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  323. return
  324. }
  325. enterScoreId := req.EnterScoreId
  326. companyId := req.CompanyId
  327. if companyId == 0 {
  328. br.Msg = "参数错误"
  329. br.ErrMsg = "参数错误,companyId不可为空"
  330. return
  331. }
  332. startDate := req.StartDate
  333. endDate := req.EndDate
  334. if startDate == "" || endDate == "" {
  335. br.Msg = "请选择季度信息"
  336. return
  337. }
  338. var condition string
  339. var pars []interface{}
  340. condition += " AND company_id =? AND end_date BETWEEN ? AND ? "
  341. pars = append(pars, companyId, startDate, endDate)
  342. total, err := cygx.GetCygxEnterScoreCount(condition, pars)
  343. if err != nil {
  344. br.Msg = "获取失败"
  345. br.ErrMsg = "获取失败,Err:" + err.Error()
  346. return
  347. }
  348. if total > 0 {
  349. listEnterScore, err := cygx.GetCygxEnterScoreList(condition, pars, 0, 1)
  350. if err != nil {
  351. br.Msg = "获取失败"
  352. br.ErrMsg = "获取失败,Err:" + err.Error()
  353. return
  354. }
  355. var startDateEnter, endDateEnter string
  356. for _, v := range listEnterScore {
  357. startDateEnter = v.StartDate
  358. endDateEnter = v.EndDate
  359. }
  360. quarter, err := utils.GetQuarterStrStartDatesInRangeHaveYear(startDateEnter, endDateEnter)
  361. if err != nil {
  362. br.Msg = "操作失败"
  363. br.ErrMsg = "获取已录过分的季度失败,Err:" + err.Error()
  364. return
  365. }
  366. br.Msg = quarter + "季度已录过分,请核实"
  367. return
  368. }
  369. companyProduct, err := company.GetCompanyProductByCompanyIdAndProductId(companyId, utils.COMPANY_PRODUCT_RAI_ID)
  370. if err != nil {
  371. br.Msg = "查询客户产品信息失败"
  372. br.ErrMsg = "查询客户产品信息失败,Err:" + err.Error()
  373. return
  374. }
  375. item := new(cygx.CygxEnterScore)
  376. item.EnterScoreId = enterScoreId
  377. item.CompanyId = companyId
  378. item.CompanyName = req.CompanyName
  379. item.StartDate = req.StartDate
  380. item.EndDate = req.EndDate
  381. item.Quarter = strings.Join(req.Quarter, ",")
  382. quarterDate, err := utils.GetQuarterStartDatesInRange(req.StartDate, req.EndDate)
  383. if err != nil {
  384. br.Msg = "操作失败"
  385. br.ErrMsg = "获取对应季度信息失败,Err:" + err.Error()
  386. return
  387. }
  388. item.QuarterDate = strings.Join(quarterDate, ",")
  389. item.EnterScoreType = req.EnterScoreType
  390. item.Ranking = req.Ranking
  391. item.IsMergeScoring = req.IsMergeScoring
  392. item.SecuritiesFirmsName = req.SecuritiesFirmsName
  393. item.MergeProportion = req.MergeProportion
  394. item.RaiProportionTotal = req.RaiProportionTotal
  395. item.FiccProportionTotal = req.FiccProportionTotal
  396. item.ProportionTotal = req.ProportionTotal
  397. item.SellerId = companyProduct.SellerId
  398. item.SellerName = companyProduct.SellerName
  399. item.AdminId = sysUser.AdminId
  400. item.AdminName = sysUser.RealName
  401. item.CreateTime = time.Now()
  402. item.ModifyTime = time.Now()
  403. var itemsPermission []*cygx.CygxEnterScorePermission //行业数组
  404. var itemsResearcher []*cygx.CygxEnterScoreResearcher //研究员数组
  405. var itemsGroup []*cygx.CygxEnterScoreGroup //自定义分组
  406. listRai := req.ListRai
  407. listFicc := req.ListFicc
  408. listGroup := req.ListGroup
  409. for _, v := range listRai { // 权益数据
  410. itemPermission := new(cygx.CygxEnterScorePermission)
  411. itemPermission.ChartPermissionName = v.ChartPermissionName
  412. itemPermission.Proportion = v.Proportion
  413. itemPermission.EnterScoreId = v.EnterScoreId
  414. itemPermission.CompanyId = companyId
  415. itemPermission.AdminId = sysUser.AdminId
  416. itemPermission.AdminName = sysUser.RealName
  417. itemPermission.ProductId = utils.COMPANY_PRODUCT_RAI_ID
  418. itemPermission.CreateTime = time.Now()
  419. itemPermission.ModifyTime = time.Now()
  420. itemsPermission = append(itemsPermission, itemPermission)
  421. for _, vResearcher := range v.List {
  422. itemResearcher := new(cygx.CygxEnterScoreResearcher)
  423. itemResearcher.ChartPermissionName = v.ChartPermissionName
  424. itemResearcher.EnterScoreId = v.EnterScoreId
  425. itemResearcher.CompanyId = companyId
  426. itemResearcher.RealName = vResearcher.RealName
  427. itemResearcher.Proportion = vResearcher.Proportion
  428. itemResearcher.AdminId = sysUser.AdminId
  429. itemResearcher.AdminName = sysUser.RealName
  430. itemResearcher.ProductId = utils.COMPANY_PRODUCT_RAI_ID
  431. itemResearcher.CreateTime = time.Now()
  432. itemResearcher.ModifyTime = time.Now()
  433. itemsResearcher = append(itemsResearcher, itemResearcher)
  434. }
  435. }
  436. for _, v := range listFicc { // FICC数据
  437. itemPermission := new(cygx.CygxEnterScorePermission)
  438. itemPermission.ChartPermissionName = v.ChartPermissionName
  439. itemPermission.Proportion = v.Proportion
  440. itemPermission.EnterScoreId = v.EnterScoreId
  441. itemPermission.CompanyId = companyId
  442. itemPermission.AdminId = sysUser.AdminId
  443. itemPermission.AdminName = sysUser.RealName
  444. itemPermission.ProductId = utils.COMPANY_PRODUCT_FICC_ID
  445. itemPermission.CreateTime = time.Now()
  446. itemPermission.ModifyTime = time.Now()
  447. itemsPermission = append(itemsPermission, itemPermission)
  448. for _, vResearcher := range v.List {
  449. itemResearcher := new(cygx.CygxEnterScoreResearcher)
  450. itemResearcher.ChartPermissionName = v.ChartPermissionName
  451. itemResearcher.EnterScoreId = v.EnterScoreId
  452. itemResearcher.CompanyId = companyId
  453. itemResearcher.RealName = vResearcher.RealName
  454. itemResearcher.Proportion = vResearcher.Proportion
  455. itemResearcher.AdminId = sysUser.AdminId
  456. itemResearcher.AdminName = sysUser.RealName
  457. itemResearcher.ProductId = utils.COMPANY_PRODUCT_FICC_ID
  458. itemResearcher.CreateTime = time.Now()
  459. itemResearcher.ModifyTime = time.Now()
  460. itemsResearcher = append(itemsResearcher, itemResearcher)
  461. }
  462. }
  463. for _, v := range listGroup {
  464. itemGroup := new(cygx.CygxEnterScoreGroup)
  465. itemGroup.GroupName = v.GroupName
  466. itemGroup.Proportion = v.Proportion
  467. itemGroup.CompanyId = companyId
  468. itemGroup.AdminId = sysUser.AdminId
  469. itemGroup.AdminName = sysUser.RealName
  470. itemGroup.CreateTime = time.Now()
  471. itemGroup.ModifyTime = time.Now()
  472. itemsGroup = append(itemsGroup, itemGroup)
  473. }
  474. if enterScoreId == 0 { // 新增
  475. err = cygx.AddCygxEnterScore(item, itemsPermission, itemsResearcher, itemsGroup)
  476. } else { // 修改
  477. item.EnterScoreId = enterScoreId
  478. err = cygx.UpdateCygxEnterScore(item, itemsPermission, itemsResearcher, itemsGroup)
  479. }
  480. if err != nil {
  481. br.Msg = "操作失败"
  482. br.ErrMsg = "操作失败Err:" + err.Error()
  483. return
  484. }
  485. br.Ret = 200
  486. br.Success = true
  487. br.IsAddLog = true
  488. br.Msg = "操作成功"
  489. }
  490. // @Title 列表
  491. // @Description 列表接口
  492. // @Param PageSize query int true "每页数据条数"
  493. // @Param CurrentIndex query int true "当前页页码,从1开始"
  494. // @Param KeyWord query string true "搜索关键词"
  495. // @Param CompanyName query string true "客户名称"
  496. // @Param AdminId query string true "销售id,多个用英文逗号隔开,空字符串为全部"
  497. // @Param IsExport query bool false "是否导出excel,默认是false"
  498. // @Success 200 {object} cygx.GetCygxEnterScoreListRep
  499. // @router /enterScore/list [get]
  500. func (this *EnterScoreController) EnterScoreList() {
  501. br := new(models.BaseResponse).Init()
  502. defer func() {
  503. this.Data["json"] = br
  504. this.ServeJSON()
  505. }()
  506. sysUser := this.SysUser
  507. if sysUser == nil {
  508. br.Msg = "请登录"
  509. br.ErrMsg = "请登录,SysUser Is Empty"
  510. br.Ret = 408
  511. return
  512. }
  513. pageSize, _ := this.GetInt("PageSize")
  514. currentIndex, _ := this.GetInt("CurrentIndex")
  515. keyWord := this.GetString("KeyWord")
  516. adminId := this.GetString("AdminId")
  517. //是否导出报表
  518. isExport, _ := this.GetBool("IsExport")
  519. var startSize int
  520. if pageSize <= 0 {
  521. pageSize = utils.PageSize20
  522. }
  523. if currentIndex <= 0 {
  524. currentIndex = 1
  525. }
  526. fmt.Println(isExport)
  527. startSize = utils.StartIndex(currentIndex, pageSize)
  528. if isExport {
  529. startSize = 0
  530. pageSize = 9999
  531. }
  532. var condition string
  533. var pars []interface{}
  534. //如果不是权益管理员和admin,就做可见权限限制
  535. if sysUser.RoleTypeCode != utils.ROLE_TYPE_CODE_RAI_ADMIN && sysUser.RoleTypeCode != utils.ROLE_TYPE_CODE_ADMIN {
  536. var conditionAdmin string
  537. var parsAdmin []interface{}
  538. conditionAdmin = " AND product_id = 2 AND status = '永续' AND seller_id = ? "
  539. parsAdmin = append(parsAdmin, sysUser.AdminId)
  540. listProduct, err := company.GetCompanyProductList(conditionAdmin, parsAdmin)
  541. if err != nil {
  542. br.Msg = "获取失败"
  543. br.ErrMsg = "获取失败,Err:" + err.Error()
  544. return
  545. }
  546. var companyIds []int
  547. for _, v := range listProduct {
  548. companyIds = append(companyIds, v.CompanyId)
  549. }
  550. companyIds = append(companyIds, 0)
  551. condition += ` AND company_id IN (` + utils.GetOrmInReplace(len(companyIds)) + `) `
  552. pars = append(pars, companyIds)
  553. }
  554. if keyWord != "" {
  555. condition += ` AND company_name LIKE '%` + keyWord + `%' `
  556. }
  557. if adminId != "" {
  558. condition += ` AND seller_id IN (` + adminId + `) `
  559. }
  560. total, err := cygx.GetCygxEnterScoreCount(condition, pars)
  561. if err != nil {
  562. br.Msg = "获取失败"
  563. br.ErrMsg = "获取失败,Err:" + err.Error()
  564. return
  565. }
  566. list, err := cygx.GetCygxEnterScoreList(condition, pars, startSize, pageSize)
  567. if err != nil {
  568. br.Msg = "获取失败"
  569. br.ErrMsg = "获取失败,Err:" + err.Error()
  570. return
  571. }
  572. resp := new(cygx.GetCygxEnterScoreListRep)
  573. if len(list) == 0 {
  574. resp.List = make([]*cygx.EnterScoreListResp, 0)
  575. } else {
  576. for _, v := range list {
  577. item := new(cygx.EnterScoreListResp)
  578. item.EnterScoreId = v.EnterScoreId
  579. item.CompanyId = v.CompanyId
  580. item.CompanyName = v.CompanyName
  581. item.Quarter = strings.Split(v.Quarter, ",")
  582. item.EnterScoreType = v.EnterScoreType
  583. item.Ranking = v.Ranking
  584. item.IsMergeScoring = v.IsMergeScoring
  585. item.SecuritiesFirmsName = v.SecuritiesFirmsName
  586. item.ProportionTotal = v.ProportionTotal
  587. item.EnterScoreId = v.EnterScoreId
  588. item.SellerId = v.SellerId
  589. item.SellerName = v.SellerName
  590. item.CreateTime = v.CreateTime.Format(utils.FormatDateTime)
  591. item.ModifyTime = v.ModifyTime.Format(utils.FormatDateTime)
  592. resp.List = append(resp.List, item)
  593. }
  594. }
  595. //导出excel
  596. if isExport {
  597. EnterScoreScoreListExport(this, resp, br)
  598. return
  599. }
  600. page := paging.GetPaging(currentIndex, pageSize, total)
  601. resp.Paging = page
  602. br.Ret = 200
  603. br.Success = true
  604. br.Msg = "获取成功"
  605. br.Data = resp
  606. }
  607. // EnterScoreScoreListExport 导出Excel
  608. func EnterScoreScoreListExport(this *EnterScoreController, resp *cygx.GetCygxEnterScoreListRep, br *models.BaseResponse) {
  609. dir, err := os.Executable()
  610. exPath := filepath.Dir(dir)
  611. downLoadnFilePath := exPath + "/" + time.Now().Format(utils.FormatDateTimeUnSpace) + ".xlsx"
  612. xlsxFile := xlsx.NewFile()
  613. if err != nil {
  614. br.Msg = "生成文件失败"
  615. br.ErrMsg = "生成文件失败"
  616. return
  617. }
  618. style := xlsx.NewStyle()
  619. alignment := xlsx.Alignment{
  620. Horizontal: "center",
  621. Vertical: "center",
  622. WrapText: true,
  623. }
  624. style.Alignment = alignment
  625. style.ApplyAlignment = true
  626. sheel, err := xlsxFile.AddSheet("录分记录")
  627. if err != nil {
  628. br.Msg = "新增Sheet失败"
  629. br.ErrMsg = "新增Sheet失败,Err:" + err.Error()
  630. return
  631. }
  632. sheel.SetColWidth(0, 0, 30)
  633. sheel.SetColWidth(1, 1, 15)
  634. sheel.SetColWidth(2, 2, 15)
  635. sheel.SetColWidth(3, 3, 18)
  636. titleRow := sheel.AddRow()
  637. cellA := titleRow.AddCell()
  638. cellA.SetStyle(style)
  639. cellA.SetValue("客户名称")
  640. cellB := titleRow.AddCell()
  641. cellB.SetStyle(style)
  642. cellB.SetValue("销售")
  643. cellC := titleRow.AddCell()
  644. cellC.SetStyle(style)
  645. cellC.SetValue("季度")
  646. cellD := titleRow.AddCell()
  647. cellD.SetStyle(style)
  648. cellD.SetValue("总分")
  649. cellE := titleRow.AddCell()
  650. cellE.SetStyle(style)
  651. cellE.SetValue("排名")
  652. cellF := titleRow.AddCell()
  653. cellF.SetStyle(style)
  654. cellF.SetValue("合并打分")
  655. cellG := titleRow.AddCell()
  656. cellG.SetStyle(style)
  657. cellG.SetValue("券商名称")
  658. for _, v := range resp.List {
  659. dataRow := sheel.AddRow()
  660. dataRow.SetHeight(20)
  661. cellA := dataRow.AddCell()
  662. cellA.SetStyle(style)
  663. cellA.SetValue(v.CompanyName)
  664. cellB := dataRow.AddCell()
  665. cellB.SetStyle(style)
  666. cellB.SetValue(v.SellerName)
  667. cellC := dataRow.AddCell()
  668. cellC.SetStyle(style)
  669. cellC.SetValue(strings.Join(v.Quarter, ","))
  670. cellD := dataRow.AddCell()
  671. cellD.SetStyle(style)
  672. cellD.SetValue(v.ProportionTotal)
  673. cellE := dataRow.AddCell()
  674. cellE.SetStyle(style)
  675. cellE.SetValue(v.Ranking)
  676. cellF := dataRow.AddCell()
  677. cellF.SetStyle(style)
  678. if v.IsMergeScoring == 1 {
  679. cellF.SetValue("是")
  680. } else {
  681. cellF.SetValue("否")
  682. }
  683. cellG := dataRow.AddCell()
  684. cellG.SetStyle(style)
  685. cellG.SetValue(v.SecuritiesFirmsName)
  686. }
  687. err = xlsxFile.Save(downLoadnFilePath)
  688. if err != nil {
  689. br.Msg = "保存文件失败"
  690. br.ErrMsg = "保存文件失败"
  691. return
  692. }
  693. randStr := time.Now().Format(utils.FormatDateTimeUnSpace)
  694. downloadFileName := "录分记录导出数据_" + randStr + ".xlsx"
  695. this.Ctx.Output.Download(downLoadnFilePath, downloadFileName)
  696. defer func() {
  697. os.Remove(downLoadnFilePath)
  698. }()
  699. br.Ret = 200
  700. br.Success = true
  701. br.Msg = "导出成功"
  702. }
  703. // @Title 删除录分
  704. // @Description 删除录分接口
  705. // @Param request body cygx.UpdateEnterScoreReq true "type json string"
  706. // @Success 200 {object} "保存成功"
  707. // @router /enterScore/delete [post]
  708. func (this *EnterScoreController) EnterScoreDelete() {
  709. br := new(models.BaseResponse).Init()
  710. defer func() {
  711. this.Data["json"] = br
  712. this.ServeJSON()
  713. }()
  714. sysUser := this.SysUser
  715. if sysUser == nil {
  716. br.Msg = "请登录"
  717. br.ErrMsg = "请登录,SysUser Is Empty"
  718. br.Ret = 408
  719. return
  720. }
  721. var req cygx.EnterScoreIdReq
  722. err := json.Unmarshal(this.Ctx.Input.RequestBody, &req)
  723. if err != nil {
  724. br.Msg = "参数解析异常!"
  725. br.ErrMsg = "参数解析失败,Err:" + err.Error()
  726. return
  727. }
  728. enterScoreId := req.EnterScoreId
  729. if enterScoreId == 0 {
  730. br.Msg = "参数错误!"
  731. br.ErrMsg = "参数错误,EnterScoreId 不能为0"
  732. return
  733. }
  734. err = cygx.DeleteEnterScore(enterScoreId)
  735. if err != nil {
  736. br.Msg = "删除失败"
  737. br.ErrMsg = "操作失败Err:" + err.Error()
  738. return
  739. }
  740. br.Ret = 200
  741. br.Success = true
  742. br.IsAddLog = true
  743. br.Msg = "删除成功"
  744. }
  745. // @Title 评分总览
  746. // @Description 评分总览接口
  747. // @Param KeyWord query string true "搜索关键词"
  748. // @Param City query string true "城市"
  749. // @Param StartDate query string false "开始日期"
  750. // @Param EndDate query string false "结束日期"
  751. // @Param EnterScoreType query string false "展示法方式 1:按评分录入、2:按比例录入,默认1"
  752. // @Param IsExport query bool false "是否导出excel,默认是false"
  753. // @Success Ret=200 {object} cygx.ScoreOverviewListResp
  754. // @router /enterScore/scoreOverview [get]
  755. func (this *EnterScoreController) EnterScoreScoreOverview() {
  756. br := new(models.BaseResponse).Init()
  757. defer func() {
  758. this.Data["json"] = br
  759. this.ServeJSON()
  760. }()
  761. AdminUser := this.SysUser
  762. if AdminUser == nil {
  763. br.Msg = "请登录"
  764. br.ErrMsg = "请登录,用户信息为空"
  765. br.Ret = 408
  766. return
  767. }
  768. resp := new(cygx.ScoreOverviewListResp)
  769. keyWord := this.GetString("KeyWord")
  770. city := this.GetString("City")
  771. enterScoreType, _ := this.GetInt("EnterScoreType", 1)
  772. startDate := this.GetString("StartDate")
  773. endDate := this.GetString("EndDate")
  774. //是否导出报表
  775. isExport, _ := this.GetBool("IsExport")
  776. if startDate == "" {
  777. br.Msg = "请选择对应年份与季度"
  778. return
  779. }
  780. var companyCondition string
  781. var companypars []interface{}
  782. companyCondition += ` AND b.product_name = ? `
  783. companypars = append(companypars, "权益")
  784. companyCondition += ` AND b.status = ? `
  785. companypars = append(companypars, "永续")
  786. if city != "" {
  787. //传过来多个城市的时候的筛选
  788. citySlice := strings.Split(city, ",")
  789. city = strings.Join(citySlice, "','")
  790. city = "'" + city + "'"
  791. companyCondition += ` AND a.city IN (` + city + `) `
  792. }
  793. //权益申请销售只能看到自己名下的客户的申请
  794. companyIds, err := cygxService.GetAdminLookUserCompanyIdsBySelf(AdminUser)
  795. if err != nil {
  796. br.Msg = "获取失败"
  797. br.ErrMsg = "获取失败,GetAdminLookUserCompanyIds Err:" + err.Error()
  798. return
  799. }
  800. var newcompanyIds []int
  801. var searchcompanyIds []int
  802. //如果机构搜索做了限制 ,那么公司列表的纵向展示也做限制
  803. if keyWord != "" {
  804. listSearchCompany, err := cygx.GetCygxEnterScoreListBySecuritiesFirmsName(keyWord)
  805. if err != nil && err.Error() != utils.ErrNoRow() {
  806. br.Msg = "获取失败"
  807. br.ErrMsg = "获取失败,Err:" + err.Error()
  808. return
  809. }
  810. if len(listSearchCompany) > 0 {
  811. for _, v := range listSearchCompany {
  812. searchcompanyIds = append(searchcompanyIds, v.CompanyId)
  813. }
  814. } else {
  815. searchcompanyIds = append(searchcompanyIds, 0)
  816. }
  817. if len(companyIds) > 0 {
  818. newcompanyIds = utils.IntersectInt(searchcompanyIds, companyIds) //获取销售可见权限,与搜索权限的交集
  819. } else {
  820. newcompanyIds = searchcompanyIds
  821. }
  822. } else {
  823. newcompanyIds = companyIds
  824. }
  825. newlencompanyIds := len(newcompanyIds)
  826. if newlencompanyIds > 0 {
  827. companyCondition += ` AND a.company_id IN (` + utils.GetOrmInReplace(newlencompanyIds) + `)`
  828. companypars = append(companypars, newcompanyIds)
  829. }
  830. companyList, err := company.GetCompanyIdListByproductName(companyCondition, companypars)
  831. if err != nil {
  832. br.Msg = "获取失败"
  833. br.ErrMsg = "获取失败,Err:" + err.Error()
  834. return
  835. }
  836. var condition string
  837. var pars []interface{}
  838. if endDate != "" {
  839. condition += ` AND start_date <= ? AND end_date >= ? `
  840. pars = append(pars, startDate, endDate)
  841. }
  842. //if enterScoreType == 2 {
  843. //condition += ` AND enter_score_type = 2 `
  844. //}
  845. if keyWord != "" {
  846. condition += ` AND securities_firms_name LIKE '%` + keyWord + `%' `
  847. }
  848. if newlencompanyIds > 0 {
  849. condition += ` AND company_id IN (` + utils.GetOrmInReplace(newlencompanyIds) + `)`
  850. pars = append(pars, newcompanyIds)
  851. }
  852. total, err := cygx.GetCygxEnterScoreCount(condition, pars)
  853. if err != nil {
  854. br.Msg = "获取失败"
  855. br.ErrMsg = "获取失败,Err:" + err.Error()
  856. return
  857. }
  858. if total > 0 {
  859. list, err := cygx.GetCygxEnterScoreList(condition, pars, 0, 100)
  860. if err != nil {
  861. br.Msg = "获取失败"
  862. br.ErrMsg = "获取失败,GetCygxEnterScoreListErr:" + err.Error()
  863. return
  864. }
  865. mapenterScoreTypeCompanyIds := make(map[int]bool)
  866. mapenterScoreProportionTotal := make(map[int]float64)
  867. var enterScoreIds []int
  868. mapenterScore := make(map[int]*cygx.CygxEnterScore) //录分详情放在map中
  869. for _, v := range list {
  870. mapenterScore[v.CompanyId] = v
  871. mapenterScoreProportionTotal[v.CompanyId] = v.ProportionTotal
  872. enterScoreIds = append(enterScoreIds, v.EnterScoreId)
  873. if v.EnterScoreType == 2 {
  874. mapenterScoreTypeCompanyIds[v.CompanyId] = true //记录按照百分比录入的公司
  875. }
  876. }
  877. //fmt.Println(enterScoreIds)
  878. listResearcher, err := cygx.GeCygxEnterScoreResearcherListByIds(enterScoreIds, newcompanyIds) //获取所有的研究员
  879. if err != nil {
  880. br.Msg = "获取失败"
  881. br.ErrMsg = "获取失败,GetCygxEnterScorePermissionListByIds Err:" + err.Error()
  882. return
  883. }
  884. mapResearcher := make(map[string][]*cygx.EnterScoreRealNameListResp)
  885. mapResearcherProportion := make(map[string]string)
  886. //mapResearcherPermission := make(map[string][]map[string]string)
  887. var researcherArr []string // 会出现的研究员姓名
  888. mapResearcherbool := make(map[string]bool)
  889. for _, v := range listResearcher {
  890. if v.Proportion == 0 {
  891. continue
  892. }
  893. if !mapResearcherbool[v.RealName] {
  894. researcherArr = append(researcherArr, v.RealName)
  895. mapResearcherbool[v.RealName] = true
  896. }
  897. if enterScoreType == 2 && !mapenterScoreTypeCompanyIds[v.CompanyId] {
  898. mapResearcherProportion[fmt.Sprint(v.RealName, "_", v.CompanyId)] = utils.SubFloatToString(v.Proportion/mapenterScoreProportionTotal[v.CompanyId]*100, 2) //研究员姓名、公司ID,占比值对应关系绑定
  899. } else {
  900. mapResearcherProportion[fmt.Sprint(v.RealName, "_", v.CompanyId)] = fmt.Sprint(v.Proportion) //研究员姓名、公司ID,占比值对应关系绑定
  901. }
  902. }
  903. mapResearcherProportionText := make(map[string][]string)
  904. for _, vC := range companyList {
  905. for _, vR := range researcherArr {
  906. var proportionText string
  907. if mapResearcherProportion[fmt.Sprint(vR, "_", vC.CompanyId)] != "" {
  908. proportionText = mapResearcherProportion[fmt.Sprint(vR, "_", vC.CompanyId)]
  909. } else {
  910. if mapenterScoreProportionTotal[vC.CompanyId] > 0 {
  911. proportionText = "0"
  912. } else {
  913. proportionText = ""
  914. }
  915. }
  916. //0与空的展示逻辑处理
  917. if mapenterScoreTypeCompanyIds[vC.CompanyId] || enterScoreType == 2 { //按照百分比展示的拼接 %
  918. if proportionText != "" {
  919. proportionText += "%"
  920. }
  921. }
  922. mapResearcherProportionText[vR] = append(mapResearcherProportionText[vR], proportionText)
  923. }
  924. }
  925. researcherArr = make([]string, 0)
  926. for _, v := range listResearcher {
  927. if v.Proportion == 0 {
  928. continue
  929. }
  930. if utils.InArrayByStr(researcherArr, v.RealName) { //避免重复合并到数组
  931. continue
  932. }
  933. item := new(cygx.EnterScoreRealNameListResp) // 研究员结构体数据
  934. item.RealName = v.RealName
  935. item.ChartPermissionName = v.ChartPermissionName
  936. item.ProportionListText = mapResearcherProportionText[v.RealName]
  937. mapResearcher[v.ChartPermissionName] = append(mapResearcher[v.ChartPermissionName], item)
  938. researcherArr = append(researcherArr, v.RealName)
  939. }
  940. listPermission, err := cygx.GetCygxEnterScorePermissionListByIds(enterScoreIds) // 获取所有的行业名称
  941. if err != nil {
  942. br.Msg = "获取失败"
  943. br.ErrMsg = "获取失败,GetCygxEnterScorePermissionListByIds Err:" + err.Error()
  944. return
  945. }
  946. mapPermissionProportion := make(map[string]string)
  947. for _, v := range listPermission {
  948. if v.Proportion == 0 {
  949. continue
  950. }
  951. //mapPermissionProportion[fmt.Sprint(v.ChartPermissionName, "_", v.CompanyId)] = fmt.Sprint(v.Proportion) //行业名称、公司ID,占比值对应关系绑定
  952. if enterScoreType == 2 && !mapenterScoreTypeCompanyIds[v.CompanyId] {
  953. mapPermissionProportion[fmt.Sprint(v.ChartPermissionName, "_", v.CompanyId)] = utils.SubFloatToString(v.Proportion/mapenterScoreProportionTotal[v.CompanyId]*100, 2) //研究员姓名、公司ID,占比值对应关系绑定
  954. } else {
  955. mapPermissionProportion[fmt.Sprint(v.ChartPermissionName, "_", v.CompanyId)] = fmt.Sprint(v.Proportion) //行业名称、公司ID,占比值对应关系绑定
  956. }
  957. }
  958. var permissionArr []string // 会出现的行业名称
  959. mapPermissionbool := make(map[string]bool)
  960. for _, v := range listPermission {
  961. if mapPermissionbool[v.ChartPermissionName] {
  962. continue
  963. }
  964. permissionArr = append(permissionArr, v.ChartPermissionName)
  965. mapPermissionbool[v.ChartPermissionName] = true
  966. }
  967. mapPermissionProportionText := make(map[string][]string)
  968. for _, vC := range companyList {
  969. for _, vP := range permissionArr {
  970. var proportionText string
  971. if mapPermissionProportion[fmt.Sprint(vP, "_", vC.CompanyId)] != "" {
  972. proportionText = mapPermissionProportion[fmt.Sprint(vP, "_", vC.CompanyId)]
  973. } else {
  974. if mapenterScoreProportionTotal[vC.CompanyId] > 0 {
  975. proportionText = "0"
  976. } else {
  977. proportionText = ""
  978. }
  979. }
  980. if mapenterScoreTypeCompanyIds[vC.CompanyId] || enterScoreType == 2 { //按照百分比展示的拼接 %
  981. if proportionText != "" {
  982. proportionText += "%"
  983. }
  984. }
  985. mapPermissionProportionText[vP] = append(mapPermissionProportionText[vP], proportionText)
  986. }
  987. }
  988. var itemsP []*cygx.EnterScorePermissionListResp
  989. for _, v := range permissionArr {
  990. itemP := new(cygx.EnterScorePermissionListResp) //行业结构体
  991. itemP.ChartPermissionName = v
  992. itemP.ProportionListText = mapPermissionProportionText[v]
  993. itemP.List = mapResearcher[v]
  994. itemsP = append(itemsP, itemP)
  995. }
  996. listGroup, err := cygx.GeCygxEnterScoreGroupListByIds(enterScoreIds) // 获取所有自定义分组名称
  997. if err != nil {
  998. br.Msg = "获取失败"
  999. br.ErrMsg = "获取失败,GeCygxEnterScoreGroupListByIds Err:" + err.Error()
  1000. return
  1001. }
  1002. mapGroupProportion := make(map[string]string)
  1003. var groupArr []string // 会出现的自定义分组名称
  1004. mapGroupbool := make(map[string]bool)
  1005. for _, v := range listGroup {
  1006. if enterScoreType == 2 && !mapenterScoreTypeCompanyIds[v.CompanyId] {
  1007. mapGroupProportion[fmt.Sprint(v.GroupName, "_", v.CompanyId)] = utils.SubFloatToString(v.Proportion/mapenterScoreProportionTotal[v.CompanyId]*100, 2) //自定义分组名称、公司ID,占比值对应关系绑定
  1008. } else {
  1009. mapGroupProportion[fmt.Sprint(v.GroupName, "_", v.CompanyId)] = fmt.Sprint(v.Proportion) //自定义分组名称、公司ID,占比值对应关系绑定
  1010. }
  1011. //mapGroupProportion[fmt.Sprint(v.GroupName, "_", v.CompanyId)] = fmt.Sprint(v.Proportion) //自定义分组名称、公司ID,占比值对应关系绑定
  1012. if mapGroupbool[v.GroupName] {
  1013. continue
  1014. }
  1015. groupArr = append(groupArr, v.GroupName)
  1016. mapGroupbool[v.GroupName] = true
  1017. }
  1018. mapGroupProportionText := make(map[string][]string)
  1019. for _, vC := range companyList {
  1020. for _, vP := range groupArr {
  1021. var proportionText string
  1022. if mapGroupProportion[fmt.Sprint(vP, "_", vC.CompanyId)] != "" {
  1023. proportionText = mapGroupProportion[fmt.Sprint(vP, "_", vC.CompanyId)]
  1024. } else {
  1025. if mapenterScoreProportionTotal[vC.CompanyId] > 0 {
  1026. proportionText = "0"
  1027. } else {
  1028. proportionText = ""
  1029. }
  1030. }
  1031. if mapenterScoreTypeCompanyIds[vC.CompanyId] || enterScoreType == 2 { //按照百分比展示的拼接 %
  1032. if proportionText != "" {
  1033. proportionText += "%"
  1034. }
  1035. }
  1036. mapGroupProportionText[vP] = append(mapGroupProportionText[vP], proportionText)
  1037. }
  1038. }
  1039. var itemsG []*cygx.EnterScoreGroupListResp
  1040. for _, v := range groupArr {
  1041. itemG := new(cygx.EnterScoreGroupListResp) //行业结构体
  1042. itemG.GroupName = v
  1043. itemG.ProportionListText = mapGroupProportionText[v]
  1044. itemsG = append(itemsG, itemG)
  1045. }
  1046. var proportionTotalText []string //总计
  1047. var rankingText []string //排名
  1048. var securitiesFirmsNameText []string //券商名称
  1049. var mergeProportionTotalText []string //占比
  1050. for _, vC := range companyList {
  1051. var ranking, securitiesFirmsName, proportionTotal, mergeProportionTotal string
  1052. item := mapenterScore[vC.CompanyId]
  1053. if item != nil {
  1054. ranking = item.Ranking
  1055. securitiesFirmsName = item.SecuritiesFirmsName
  1056. proportionTotal = fmt.Sprint(item.ProportionTotal)
  1057. mergeProportionTotal = fmt.Sprint(item.MergeProportion)
  1058. }
  1059. //if mapenterScoreTypeCompanyIds[vC.CompanyId] { //按照百分比展示的拼接 %
  1060. if mapenterScoreProportionTotal[vC.CompanyId] > 0 {
  1061. mergeProportionTotal += "%"
  1062. }
  1063. rankingText = append(rankingText, ranking)
  1064. securitiesFirmsNameText = append(securitiesFirmsNameText, securitiesFirmsName)
  1065. proportionTotalText = append(proportionTotalText, proportionTotal)
  1066. mergeProportionTotalText = append(mergeProportionTotalText, mergeProportionTotal)
  1067. }
  1068. itemproportionTotal := new(cygx.EnterScoreGroupListResp) //券商名称结构体
  1069. itemproportionTotal.GroupName = "合计"
  1070. itemproportionTotal.ProportionListText = proportionTotalText
  1071. itemsG = append(itemsG, itemproportionTotal)
  1072. itemranking := new(cygx.EnterScoreGroupListResp) //排名结构体
  1073. itemranking.GroupName = "排名"
  1074. itemranking.ProportionListText = rankingText
  1075. itemsG = append(itemsG, itemranking)
  1076. itemsecuritiesFirmsName := new(cygx.EnterScoreGroupListResp) //券商名称结构体
  1077. itemsecuritiesFirmsName.GroupName = "券商名称"
  1078. itemsecuritiesFirmsName.ProportionListText = securitiesFirmsNameText
  1079. itemsG = append(itemsG, itemsecuritiesFirmsName)
  1080. itemmergeProportionTotal := new(cygx.EnterScoreGroupListResp) //券商名称结构体
  1081. itemmergeProportionTotal.GroupName = "占比"
  1082. itemmergeProportionTotal.ProportionListText = mergeProportionTotalText
  1083. itemsG = append(itemsG, itemmergeProportionTotal)
  1084. resp.ListPermission = itemsP
  1085. resp.ListGroup = itemsG
  1086. } else {
  1087. listPermission, err := cygx.GetChartPermissionAll()
  1088. if err != nil {
  1089. br.Msg = "获取信息失败"
  1090. br.ErrMsg = "获取品种信息失败,Err:" + err.Error()
  1091. return
  1092. }
  1093. permissionNameArr := []string{"医药", "消费", "科技", "智造", "策略", "固收", "宏观组", "建材组", "有色组", "能化组"}
  1094. for _, v := range listPermission {
  1095. if !utils.InArrayByStr(permissionNameArr, v.PermissionName) {
  1096. continue
  1097. }
  1098. item := new(cygx.EnterScorePermissionListResp)
  1099. item.ChartPermissionName = v.PermissionName
  1100. item.ProportionListText = make([]string, len(companyList))
  1101. item.List = make([]*cygx.EnterScoreRealNameListResp, 0)
  1102. resp.ListPermission = append(resp.ListPermission, item)
  1103. }
  1104. groupNameArr := []string{"销售分", "专题分", "专家分", "云图大拓", "艾摩宏观", "合计", "排名", "券商名称", "占比"}
  1105. for _, v := range groupNameArr {
  1106. item := new(cygx.EnterScoreGroupListResp)
  1107. item.GroupName = v
  1108. item.ProportionListText = make([]string, len(companyList))
  1109. resp.ListGroup = append(resp.ListGroup, item)
  1110. }
  1111. //resp.ListPermission = make([]*cygx.EnterScorePermissionListResp, 0)
  1112. //resp.ListGroup = make([]*cygx.EnterScoreGroupListResp, 0)
  1113. }
  1114. if len(companyList) == 0 {
  1115. resp.ListCompany = make([]*company.CompanyNameAndId, 0)
  1116. } else {
  1117. resp.ListCompany = companyList
  1118. }
  1119. //导出excel
  1120. if isExport {
  1121. EnterScoreScoreOverviewExport(this, resp, br)
  1122. return
  1123. }
  1124. br.Ret = 200
  1125. br.Success = true
  1126. br.Msg = "获取成功"
  1127. br.Data = resp
  1128. }
  1129. // EnterScoreScoreOverviewExport 导出Excel
  1130. func EnterScoreScoreOverviewExport(this *EnterScoreController, resp *cygx.ScoreOverviewListResp, br *models.BaseResponse) {
  1131. dir, err := os.Executable()
  1132. exPath := filepath.Dir(dir)
  1133. downLoadnFilePath := exPath + "/" + time.Now().Format(utils.FormatDateTimeUnSpace) + ".xlsx"
  1134. xlsxFile := xlsx.NewFile()
  1135. if err != nil {
  1136. br.Msg = "生成文件失败"
  1137. br.ErrMsg = "生成文件失败"
  1138. return
  1139. }
  1140. style := xlsx.NewStyle()
  1141. alignment := xlsx.Alignment{
  1142. Horizontal: "center",
  1143. Vertical: "center",
  1144. WrapText: true,
  1145. }
  1146. style.Alignment = alignment
  1147. style.ApplyAlignment = true
  1148. sheel, err := xlsxFile.AddSheet("评分总览")
  1149. if err != nil {
  1150. br.Msg = "新增Sheet失败"
  1151. br.ErrMsg = "新增Sheet失败,Err:" + err.Error()
  1152. return
  1153. }
  1154. sheel.SetColWidth(0, 0, 30)
  1155. sheel.SetColWidth(1, 1, 15)
  1156. sheel.SetColWidth(2, 2, 15)
  1157. sheel.SetColWidth(3, 3, 18)
  1158. companyList := resp.ListCompany
  1159. listPermission := resp.ListPermission
  1160. listGroup := resp.ListGroup
  1161. titleRow := sheel.AddRow()
  1162. cellNull := titleRow.AddCell()
  1163. cellNull.SetStyle(style)
  1164. cellNull.SetValue("")
  1165. for _, v := range companyList { //第一行公司
  1166. cellA := titleRow.AddCell()
  1167. cellA.SetStyle(style)
  1168. cellA.SetValue(v.CompanyName)
  1169. }
  1170. for _, v := range listPermission { // 行业排序名称
  1171. dataRow := sheel.AddRow()
  1172. dataRow.SetHeight(20)
  1173. cellA := dataRow.AddCell()
  1174. cellA.SetStyle(style)
  1175. cellA.SetValue(v.ChartPermissionName)
  1176. for _, vCp := range v.ProportionListText { // 行业对应的占比值
  1177. cellP := dataRow.AddCell()
  1178. cellP.SetStyle(style)
  1179. cellP.SetValue(vCp)
  1180. }
  1181. for _, vUser := range v.List { // 研究员姓名
  1182. dataRowName := sheel.AddRow()
  1183. dataRowName.SetHeight(20)
  1184. cellName := dataRowName.AddCell()
  1185. cellName.SetStyle(style)
  1186. cellName.SetValue(vUser.RealName)
  1187. for _, vUp := range vUser.ProportionListText { //研究员占比值
  1188. cellP := dataRowName.AddCell()
  1189. cellP.SetStyle(style)
  1190. cellP.SetValue(vUp)
  1191. }
  1192. }
  1193. }
  1194. for _, v := range listGroup { // 自定义名称
  1195. dataRow := sheel.AddRow()
  1196. dataRow.SetHeight(20)
  1197. cellA := dataRow.AddCell()
  1198. cellA.SetStyle(style)
  1199. cellA.SetValue(v.GroupName)
  1200. for _, vG := range v.ProportionListText { // 自定义名称所对应的值
  1201. cellP := dataRow.AddCell()
  1202. cellP.SetStyle(style)
  1203. cellP.SetValue(vG)
  1204. }
  1205. }
  1206. err = xlsxFile.Save(downLoadnFilePath)
  1207. if err != nil {
  1208. br.Msg = "保存文件失败"
  1209. br.ErrMsg = "保存文件失败"
  1210. return
  1211. }
  1212. randStr := time.Now().Format(utils.FormatDateTimeUnSpace)
  1213. downloadFileName := "评分总览" + randStr + ".xlsx"
  1214. this.Ctx.Output.Download(downLoadnFilePath, downloadFileName)
  1215. defer func() {
  1216. os.Remove(downLoadnFilePath)
  1217. }()
  1218. br.Ret = 200
  1219. br.Success = true
  1220. br.Msg = "导出成功"
  1221. }
  1222. // @Title 排名总览
  1223. // @Description 排名总览接口
  1224. // @Param AdminId query string true "销售id,多个用英文逗号隔开,空字符串为全部"
  1225. // @Param City query string true "城市"
  1226. // @Param IsExport query bool false "是否导出excel,默认是false"
  1227. // @Success Ret=200 {object} cygx.CompanyNameAndIdListResp
  1228. // @router /enterScore/rankingOverview [get]
  1229. func (this *EnterScoreController) EnterScoreRankingOverview() {
  1230. br := new(models.BaseResponse).Init()
  1231. defer func() {
  1232. this.Data["json"] = br
  1233. this.ServeJSON()
  1234. }()
  1235. AdminUser := this.SysUser
  1236. if AdminUser == nil {
  1237. br.Msg = "请登录"
  1238. br.ErrMsg = "请登录,用户信息为空"
  1239. br.Ret = 408
  1240. return
  1241. }
  1242. resp := new(cygx.RankingOverviewListResp)
  1243. city := this.GetString("City")
  1244. adminId := this.GetString("AdminId")
  1245. //是否导出报表
  1246. isExport, _ := this.GetBool("IsExport")
  1247. var companyCondition string
  1248. var companypars []interface{}
  1249. companyCondition += ` AND b.product_name = ? `
  1250. companypars = append(companypars, "权益")
  1251. companyCondition += ` AND b.status = ? `
  1252. companypars = append(companypars, "永续")
  1253. if adminId != "" {
  1254. companyCondition += ` AND b.seller_id IN (` + adminId + `) `
  1255. }
  1256. if city != "" {
  1257. //传过来多个城市的时候的筛选
  1258. citySlice := strings.Split(city, ",")
  1259. city = strings.Join(citySlice, "','")
  1260. city = "'" + city + "'"
  1261. companyCondition += ` AND a.city IN (` + city + `) `
  1262. }
  1263. //权益申请销售只能看到自己名下的客户的申请
  1264. companyIds, err := cygxService.GetAdminLookUserCompanyIdsBySelf(AdminUser)
  1265. if err != nil {
  1266. br.Msg = "获取失败"
  1267. br.ErrMsg = "获取失败,GetAdminLookUserCompanyIdsBySelf Err:" + err.Error()
  1268. return
  1269. }
  1270. lencompanyIds := len(companyIds)
  1271. if lencompanyIds > 0 {
  1272. companyCondition += ` AND a.company_id IN (` + utils.GetOrmInReplace(lencompanyIds) + `)`
  1273. companypars = append(companypars, companyIds)
  1274. }
  1275. companyList, err := company.GetCompanyIdListByproductName(companyCondition, companypars)
  1276. if err != nil {
  1277. br.Msg = "获取失败"
  1278. br.ErrMsg = "获取失败,Err:" + err.Error()
  1279. return
  1280. }
  1281. var condition string
  1282. var pars []interface{}
  1283. total, err := cygx.GetCygxEnterScoreCount(condition, pars)
  1284. if err != nil {
  1285. br.Msg = "获取失败"
  1286. br.ErrMsg = "获取失败,Err:" + err.Error()
  1287. return
  1288. }
  1289. dataMd := []string{"10-01", "07-01", "04-01", "01-01"}
  1290. thisYear := time.Now().Year()
  1291. startYear := 2018 // 自定义开始时间
  1292. var quarterDate []string
  1293. for _, v := range dataMd {
  1294. dateTimeStr := fmt.Sprint(thisYear, "-", v)
  1295. dateTime, err := time.Parse("2006-01-02", dateTimeStr)
  1296. if err != nil {
  1297. br.Msg = "获取失败"
  1298. br.ErrMsg = "获取失败,Err:" + err.Error()
  1299. return
  1300. }
  1301. if dateTime.After(time.Now()) {
  1302. continue
  1303. }
  1304. quarterDate = append(quarterDate, dateTimeStr)
  1305. }
  1306. for i := thisYear - 1; i >= startYear; i-- {
  1307. for _, v := range dataMd {
  1308. dateTimeStr := fmt.Sprint(i, "-", v)
  1309. quarterDate = append(quarterDate, dateTimeStr)
  1310. }
  1311. }
  1312. var itemsQuarter []*cygx.QuarterDateListResp
  1313. if total > 0 {
  1314. list, err := cygx.GetCygxEnterScoreList(condition, pars, 0, 9999)
  1315. if err != nil {
  1316. br.Msg = "获取失败"
  1317. br.ErrMsg = "获取失败,GetCygxEnterScoreList Err:" + err.Error()
  1318. return
  1319. }
  1320. mapQuarter := make(map[string]string)
  1321. for _, v := range list {
  1322. silicequarter := strings.Split(v.QuarterDate, ",")
  1323. for _, vQ := range silicequarter {
  1324. mapQuarter[fmt.Sprint(vQ, "_", v.CompanyId)] = v.Ranking //季度时间、公司ID,排名对应关系绑定
  1325. }
  1326. }
  1327. mapRankingText := make(map[string][]string)
  1328. for _, vC := range companyList {
  1329. for _, vQ := range quarterDate {
  1330. var ranking string
  1331. ranking = mapQuarter[fmt.Sprint(vQ, "_", vC.CompanyId)]
  1332. mapRankingText[vQ] = append(mapRankingText[vQ], ranking)
  1333. }
  1334. }
  1335. for _, v := range quarterDate {
  1336. itemQuarter := new(cygx.QuarterDateListResp)
  1337. quarter := v
  1338. //时间后面的月日替换成季度 Q几
  1339. quarter = strings.Replace(quarter, "-10-01", "Q4", -1)
  1340. quarter = strings.Replace(quarter, "-07-01", "Q3", -1)
  1341. quarter = strings.Replace(quarter, "-04-01", "Q2", -1)
  1342. quarter = strings.Replace(quarter, "-01-01", "Q1", -1)
  1343. itemQuarter.Quarter = quarter
  1344. itemQuarter.ProportionListText = mapRankingText[v]
  1345. itemsQuarter = append(itemsQuarter, itemQuarter)
  1346. }
  1347. } else {
  1348. for _, v := range quarterDate {
  1349. itemQuarter := new(cygx.QuarterDateListResp)
  1350. quarter := v
  1351. //时间后面的月日替换成季度 Q几
  1352. quarter = strings.Replace(quarter, "-10-01", "Q4", -1)
  1353. quarter = strings.Replace(quarter, "-07-01", "Q3", -1)
  1354. quarter = strings.Replace(quarter, "-04-01", "Q2", -1)
  1355. quarter = strings.Replace(quarter, "-01-01", "Q1", -1)
  1356. itemQuarter.Quarter = quarter
  1357. itemQuarter.ProportionListText = make([]string, len(companyList))
  1358. itemsQuarter = append(itemsQuarter, itemQuarter)
  1359. }
  1360. }
  1361. resp.ListCompany = companyList
  1362. resp.ListQuarterDate = itemsQuarter
  1363. //导出excel
  1364. if isExport {
  1365. RankingOverviewExport(this, resp, br)
  1366. return
  1367. }
  1368. br.Ret = 200
  1369. br.Success = true
  1370. br.Msg = "获取成功"
  1371. br.Data = resp
  1372. }
  1373. // RankingOverviewExport 导出Excel
  1374. func RankingOverviewExport(this *EnterScoreController, resp *cygx.RankingOverviewListResp, br *models.BaseResponse) {
  1375. dir, err := os.Executable()
  1376. exPath := filepath.Dir(dir)
  1377. downLoadnFilePath := exPath + "/" + time.Now().Format(utils.FormatDateTimeUnSpace) + ".xlsx"
  1378. xlsxFile := xlsx.NewFile()
  1379. if err != nil {
  1380. br.Msg = "生成文件失败"
  1381. br.ErrMsg = "生成文件失败"
  1382. return
  1383. }
  1384. style := xlsx.NewStyle()
  1385. alignment := xlsx.Alignment{
  1386. Horizontal: "center",
  1387. Vertical: "center",
  1388. WrapText: true,
  1389. }
  1390. style.Alignment = alignment
  1391. style.ApplyAlignment = true
  1392. sheel, err := xlsxFile.AddSheet("排名总览")
  1393. if err != nil {
  1394. br.Msg = "新增Sheet失败"
  1395. br.ErrMsg = "新增Sheet失败,Err:" + err.Error()
  1396. return
  1397. }
  1398. sheel.SetColWidth(0, 0, 30)
  1399. sheel.SetColWidth(1, 1, 15)
  1400. sheel.SetColWidth(2, 2, 15)
  1401. sheel.SetColWidth(3, 3, 18)
  1402. companyList := resp.ListCompany
  1403. listQuarterDate := resp.ListQuarterDate
  1404. titleRow := sheel.AddRow()
  1405. cellNull := titleRow.AddCell()
  1406. cellNull.SetStyle(style)
  1407. cellNull.SetValue("")
  1408. for _, v := range companyList { //第一行公司
  1409. cellA := titleRow.AddCell()
  1410. cellA.SetStyle(style)
  1411. cellA.SetValue(v.CompanyName)
  1412. }
  1413. for _, v := range listQuarterDate { // 季度排序
  1414. dataRow := sheel.AddRow()
  1415. dataRow.SetHeight(20)
  1416. cellA := dataRow.AddCell()
  1417. cellA.SetStyle(style)
  1418. cellA.SetValue(v.Quarter)
  1419. for _, vCp := range v.ProportionListText { // 行业对应的占比值
  1420. cellP := dataRow.AddCell()
  1421. cellP.SetStyle(style)
  1422. cellP.SetValue(vCp)
  1423. }
  1424. }
  1425. err = xlsxFile.Save(downLoadnFilePath)
  1426. if err != nil {
  1427. br.Msg = "保存文件失败"
  1428. br.ErrMsg = "保存文件失败"
  1429. return
  1430. }
  1431. randStr := time.Now().Format(utils.FormatDateTimeUnSpace)
  1432. downloadFileName := "排名总览" + randStr + ".xlsx"
  1433. this.Ctx.Output.Download(downLoadnFilePath, downloadFileName)
  1434. defer func() {
  1435. os.Remove(downLoadnFilePath)
  1436. }()
  1437. br.Ret = 200
  1438. br.Success = true
  1439. br.Msg = "导出成功"
  1440. }