edb_info.go 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625
  1. package data_manage
  2. import (
  3. "eta/eta_api/services/alarm_msg"
  4. "eta/eta_api/utils"
  5. "fmt"
  6. "github.com/beego/beego/v2/client/orm"
  7. "github.com/rdlucklib/rdluck_tools/paging"
  8. "strings"
  9. "time"
  10. )
  11. type EdbInfo struct {
  12. EdbInfoId int `orm:"column(edb_info_id);pk"`
  13. EdbInfoType int `description:"指标类型,0:普通指标,1:预测指标"`
  14. SourceName string `description:"来源名称"`
  15. Source int `description:"来源id"`
  16. EdbCode string `description:"指标编码"`
  17. EdbName string `description:"指标名称"`
  18. EdbNameEn string `description:"英文指标名称"`
  19. EdbNameSource string `description:"指标名称来源"`
  20. Frequency string `description:"频率"`
  21. Unit string `description:"单位"`
  22. UnitEn string `description:"英文单位"`
  23. StartDate string `description:"起始日期"`
  24. EndDate string `description:"终止日期"`
  25. ClassifyId int `description:"分类id"`
  26. SysUserId int
  27. SysUserRealName string
  28. UniqueCode string `description:"指标唯一编码"`
  29. CreateTime time.Time
  30. ModifyTime time.Time
  31. BaseModifyTime time.Time
  32. MinValue float64 `description:"指标最小值"`
  33. MaxValue float64 `description:"指标最大值"`
  34. CalculateFormula string `description:"计算公式"`
  35. EdbType int `description:"指标类型:1:基础指标,2:计算指标"`
  36. Sort int `description:"排序字段"`
  37. LatestDate string `description:"数据最新日期(实际日期)"`
  38. LatestValue float64 `description:"数据最新值(实际值)"`
  39. EndValue float64 `description:"数据的最新值(预测日期的最新值)"`
  40. MoveType int `description:"移动方式:1:领先(默认),2:滞后"`
  41. MoveFrequency string `description:"移动频度"`
  42. NoUpdate int8 `description:"是否停止更新,0:继续更新;1:停止更新"`
  43. ServerUrl string `description:"服务器地址"`
  44. ChartImage string `description:"图表图片"`
  45. Calendar string `description:"公历/农历" orm:"default(公历);"`
  46. DataDateType string `orm:"column(data_date_type);size(255);null;default(交易日)"`
  47. ManualSave int `description:"是否有手动保存过上下限: 0-否; 1-是"`
  48. TerminalCode string `description:"终端编码,用于配置在机器上"`
  49. DataUpdateTime string `description:"最近一次数据发生变化的时间"`
  50. ErDataUpdateDate string `description:"本次更新,数据发生变化的最早日期"`
  51. SourceIndexName string `description:"数据源中的指标名称"`
  52. SubSource int `description:"子数据来源:0:经济数据库,1:日期序列"`
  53. SubSourceName string `description:"子数据来源名称"`
  54. IndicatorCode string `description:"指标代码"`
  55. StockCode string `description:"证券代码"`
  56. EmptyType int `description:"空值处理类型(0查找前后35天,1不计算,2前值填充,3后值填充,4等于0)"`
  57. MaxEmptyType int `description:"MAX、MIN公式空值处理类型(1、等于0;2、跳过空值)"`
  58. Extra string `description:"指标额外配置"`
  59. IsJoinPermission int `description:"是否加入权限管控,0:不加入;1:加入;默认:0"`
  60. }
  61. type EdbInfoFullClassify struct {
  62. *EdbInfo
  63. CorrelationStr string `description:"相关性系数字符串"`
  64. ClassifyList []*EdbClassifyIdItems
  65. HaveOperaAuth bool `description:"是否有数据权限,默认:false"`
  66. }
  67. func AddEdbInfo(item *EdbInfo) (lastId int64, err error) {
  68. o := orm.NewOrmUsingDB("data")
  69. lastId, err = o.Insert(item)
  70. return
  71. }
  72. type BaseEdbNameItem struct {
  73. EdbInfoId int `description:"指标id"`
  74. EdbInfoType int `description:"指标类型,0:普通指标,1:预测指标"`
  75. SourceName string `description:"来源名称"`
  76. Source int `description:"来源id"`
  77. EdbCode string `description:"指标编码"`
  78. EdbName string `description:"指标名称"`
  79. EdbNameEn string `description:"指标英文名称"`
  80. Frequency string `description:"频率"`
  81. Unit string `description:"单位"`
  82. UnitEn string `description:"英文单位"`
  83. HaveOperaAuth bool `description:"是否有数据权限,默认:false"`
  84. }
  85. type BaseEdbInfoResp struct {
  86. List []*BaseEdbNameItem
  87. }
  88. // GetEdbInfoAll 用于分类展示
  89. func GetEdbInfoAll(edbInfoType uint8) (items []*EdbClassifyItems, err error) {
  90. o := orm.NewOrmUsingDB("data")
  91. sql := ` SELECT edb_info_id,classify_id,edb_name_source AS classify_name,edb_name_en AS classify_name_en,unique_code,source_name,source,sys_user_id,sys_user_real_name,start_date,edb_code,edb_type FROM edb_info WHERE edb_info_type = ? order by sort asc,edb_info_id asc`
  92. _, err = o.Raw(sql, edbInfoType).QueryRows(&items)
  93. return
  94. }
  95. // GetPredictEdbInfoAll 用于分类展示(预测指标)
  96. func GetPredictEdbInfoAll(edbInfoType uint8) (items []*EdbClassifyItems, err error) {
  97. o := orm.NewOrmUsingDB("data")
  98. sql := ` SELECT edb_info_id,classify_id,edb_name AS classify_name,edb_name_en AS classify_name_en,unique_code,source_name,source,sys_user_id,sys_user_real_name,start_date,edb_code,edb_type FROM edb_info WHERE edb_info_type = ? order by sort asc,edb_info_id asc`
  99. _, err = o.Raw(sql, edbInfoType).QueryRows(&items)
  100. return
  101. }
  102. // 用于分类展示
  103. func GetEdbInfoAllList() (items []*EdbInfo, err error) {
  104. o := orm.NewOrmUsingDB("data")
  105. sql := ` SELECT * FROM edb_info `
  106. _, err = o.Raw(sql).QueryRows(&items)
  107. return
  108. }
  109. // 指标检索数据
  110. type EdbInfoSearch struct {
  111. EdbCode string `description:"指标编码"`
  112. StartDate string `description:"起始日期"`
  113. EndDate string `description:"终止日期"`
  114. EdbName string `description:"指标名称"`
  115. Unit string `description:"单位"`
  116. Frequency string `description:"频率"`
  117. DataList []*EdbInfoSearchData
  118. StockList []*StockInfo `description:"时序数据"`
  119. }
  120. type StockInfo struct {
  121. StockCode string
  122. EdbCode string
  123. DataList []*EdbInfoSearchData
  124. }
  125. type EdbInfoSearchData struct {
  126. DataTime string `description:"数据日期"`
  127. Value float64 `description:"数据"`
  128. }
  129. type BaseIndexInfo struct {
  130. IndexName string `description:"数据日期"`
  131. Unit string `description:"单位"`
  132. Frequency string `description:"频率"`
  133. }
  134. type EdbInfoSearchResp struct {
  135. SearchItem *EdbInfoSearch `description:"指标分类"`
  136. Status int `description:"1:数据已存在于弘则数据库,2:新数据,3:数据已存在于弘则数据库,但是当前账号无权限"`
  137. ClassifyList []*EdbClassifySimplify
  138. StockSearchList []*EdbInfoSearch
  139. }
  140. func GetEdbInfoByEdbCode(source int, edbCode string) (item *EdbInfo, err error) {
  141. o := orm.NewOrmUsingDB("data")
  142. sql := ` SELECT * FROM edb_info WHERE source=? AND edb_code=? `
  143. err = o.Raw(sql, source, edbCode).QueryRow(&item)
  144. return
  145. }
  146. func GetEdbInfoById(edbInfoId int) (item *EdbInfo, err error) {
  147. o := orm.NewOrmUsingDB("data")
  148. sql := ` SELECT * FROM edb_info WHERE edb_info_id=? `
  149. err = o.Raw(sql, edbInfoId).QueryRow(&item)
  150. return
  151. }
  152. // GetEdbInfoByUniqueCode
  153. // @Description: 根据uniqueCode获取指标详情
  154. // @author: Roc
  155. // @datetime 2024-01-18 13:40:01
  156. // @param uniqueCode string
  157. // @return item *EdbInfo
  158. // @return err error
  159. func GetEdbInfoByUniqueCode(uniqueCode string) (item *EdbInfo, err error) {
  160. o := orm.NewOrmUsingDB("data")
  161. sql := ` SELECT * FROM edb_info WHERE unique_code=? `
  162. err = o.Raw(sql, uniqueCode).QueryRow(&item)
  163. return
  164. }
  165. // GetEdbInfoByIdList 根据指标id集合 获取 指标列表
  166. func GetEdbInfoByIdList(edbInfoIdList []int) (items []*EdbInfo, err error) {
  167. num := len(edbInfoIdList)
  168. if num <= 0 {
  169. return
  170. }
  171. o := orm.NewOrmUsingDB("data")
  172. sql := ` SELECT * FROM edb_info WHERE edb_info_id in (` + utils.GetOrmInReplace(num) + `) `
  173. _, err = o.Raw(sql, edbInfoIdList).QueryRows(&items)
  174. return
  175. }
  176. type AddEdbInfoReq struct {
  177. Source int `description:"来源id"`
  178. EdbCode string `description:"指标编码"`
  179. EdbName string `description:"指标名称"`
  180. Frequency string `description:"频率"`
  181. Unit string `description:"单位"`
  182. ClassifyId int `description:"分类id"`
  183. StartDate string `description:"起始日期"`
  184. EndDate string `description:"终止日期"`
  185. }
  186. func DeleteEdbInfoAndData(edbInfoId, source, subSource int) (err error) {
  187. o := orm.NewOrmUsingDB("data")
  188. to, err := o.Begin()
  189. if err != nil {
  190. return
  191. }
  192. defer func() {
  193. if err != nil {
  194. _ = to.Rollback()
  195. } else {
  196. _ = to.Commit()
  197. }
  198. }()
  199. // 删除指标信息
  200. sql := ` DELETE FROM edb_info WHERE edb_info_id=? `
  201. _, err = to.Raw(sql, edbInfoId).Exec()
  202. if err != nil {
  203. return
  204. }
  205. var tableName string
  206. if subSource == 0 {
  207. // 删除指标数据
  208. tableName = GetEdbDataTableName(source, subSource)
  209. } else {
  210. if source == utils.DATA_SOURCE_WIND {
  211. tableName = "edb_data_wind_wsd"
  212. } else if source == utils.DATA_SOURCE_THS {
  213. tableName = "edb_data_ths_ds"
  214. }
  215. }
  216. if tableName != "" {
  217. sql = ` DELETE FROM %s WHERE edb_info_id=? `
  218. sql = fmt.Sprintf(sql, tableName)
  219. _, err = to.Raw(sql, edbInfoId).Exec()
  220. if err != nil {
  221. return
  222. }
  223. }
  224. //calculateTableName := GetEdbInfoCalculateTableName(source)
  225. //if calculateTableName != "" {
  226. // sql = ` DELETE FROM %s WHERE edb_info_id=? `
  227. // sql = fmt.Sprintf(sql, calculateTableName)
  228. // _, err = to.Raw(sql, edbInfoId).Exec()
  229. // return
  230. //}
  231. //return
  232. // 删除计算指标的关系
  233. sql = ` DELETE FROM edb_info_calculate_mapping WHERE edb_info_id=? `
  234. _, err = to.Raw(sql, edbInfoId).Exec()
  235. // 删除预测指标的配置
  236. sql = ` DELETE FROM predict_edb_conf WHERE predict_edb_info_id=? `
  237. _, err = to.Raw(sql, edbInfoId).Exec()
  238. return
  239. }
  240. func GetEdbInfoCountByCondition(condition string, pars []interface{}) (count int, err error) {
  241. o := orm.NewOrmUsingDB("data")
  242. sql := ` SELECT COUNT(1) AS count FROM edb_info WHERE 1=1 `
  243. if condition != "" {
  244. sql += condition
  245. }
  246. err = o.Raw(sql, pars).QueryRow(&count)
  247. return
  248. }
  249. type EditEdbInfoReq struct {
  250. EdbInfoId int `description:"指标ID"`
  251. EdbName string `description:"指标名称"`
  252. Frequency string `description:"频率"`
  253. Unit string `description:"单位"`
  254. ClassifyId int `description:"分类id"`
  255. CalculateFormula string `description:"计算公式"`
  256. }
  257. type EditEdbEnInfoReq struct {
  258. EdbInfoId int `description:"指标ID"`
  259. EdbNameEn string `description:"英文指标名称"`
  260. UnitEn string `description:"英文单位"`
  261. }
  262. // EditEdbBaseInfoReq
  263. // @Description: 修改指标基础信息请求参数
  264. type EditEdbBaseInfoReq struct {
  265. EdbInfoId int `description:"指标ID"`
  266. EdbName string `description:"指标名称"`
  267. Unit string `description:"指标单位"`
  268. }
  269. func ModifyEdbInfo(item *EditEdbInfoReq) (err error) {
  270. o := orm.NewOrmUsingDB("data")
  271. sql := ` UPDATE edb_info
  272. SET
  273. edb_name =?,
  274. edb_name_source =?,
  275. frequency = ?,
  276. unit = ?,
  277. classify_id = ?,
  278. modify_time = NOW()
  279. WHERE edb_info_id = ?`
  280. _, err = o.Raw(sql, item.EdbName, item.EdbName, item.Frequency, item.Unit, item.ClassifyId, item.EdbInfoId).Exec()
  281. return
  282. }
  283. // ModifyEdbEnInfo 修改指标英文信息
  284. func ModifyEdbEnInfo(item *EditEdbEnInfoReq) (err error) {
  285. o := orm.NewOrmUsingDB("data")
  286. sql := ` UPDATE edb_info
  287. SET
  288. edb_name_en =?,
  289. unit_en = ?,
  290. modify_time = NOW()
  291. WHERE edb_info_id = ?`
  292. _, err = o.Raw(sql, item.EdbNameEn, item.UnitEn, item.EdbInfoId).Exec()
  293. return
  294. }
  295. type EdbInfoList struct {
  296. EdbInfoId int `orm:"column(edb_info_id);pk"`
  297. EdbInfoType int `description:"指标类型,0:普通指标,1:预测指标"`
  298. SourceName string `description:"来源名称"`
  299. Source int `description:"来源id"`
  300. EdbCode string `description:"指标编码"`
  301. EdbNameEn string `description:"英文指标名称"`
  302. EdbName string `description:"指标名称"`
  303. Frequency string `description:"频率"`
  304. FrequencyEn string `description:"英文频率"`
  305. Unit string `description:"单位"`
  306. UnitEn string `description:"英文单位"`
  307. StartDate string `description:"起始日期"`
  308. EndDate string `description:"终止日期"`
  309. LatestDate string `description:"数据最新日期(实际日期)"`
  310. LatestValue float64 `description:"数据最新值(实际值)"`
  311. EndValue float64 `description:"数据的最新值(预测日期的最新值)"`
  312. ClassifyId int `description:"分类id"`
  313. UniqueCode string `description:"指标唯一编码"`
  314. SysUserId int `description:"创建人id"`
  315. SysUserRealName string `description:"创建人姓名"`
  316. ModifyTime string `description:"最新修改时间"`
  317. CreateTime string `description:"创建时间"`
  318. EdbNameAlias string `json:"-" description:"指标名称,别名"`
  319. EdbType int `description:"指标类型:1:基础指标,2:计算指标"`
  320. ChartImage string `description:"图表图片"`
  321. RuleType int `description:"预测规则,1:最新,2:固定值"`
  322. FixedValue float64 `description:"固定值"`
  323. DataList []*EdbData `description:"实际指标数据"`
  324. PredictDataList []*EdbData `description:"预测指标数据"`
  325. Button EdbClassifyItemsButton `description:"操作权限"`
  326. IsEnEdb bool `description:"是否展示英文标识"`
  327. DataInsertConfig EdbDataInsertConfigItem `description:"指标数据插入配置"`
  328. DataDateType string `description:"数据日期类型,枚举值:交易日、自然日"`
  329. EmptyType int `description:"空值处理类型(0查找前后35天,1不计算,2前值填充,3后值填充,4等于0)"`
  330. MaxEmptyType int `description:"MAX、MIN公式空值处理类型(1、等于0;2、跳过空值)"`
  331. SubSource int `description:"子数据来源:0:经济数据库,1:日期序列"`
  332. SubSourceName string `description:"子数据来源名称"`
  333. IndicatorCode string `description:"指标代码"`
  334. StockCode string `description:"证券代码"`
  335. NoUpdate int8 `description:"是否停止更新,0:继续更新;1:停止更新"`
  336. IsJoinPermission int `description:"是否加入权限管控,0:不加入;1:加入;默认:0"`
  337. HaveOperaAuth bool `description:"是否有数据权限,默认:false"`
  338. }
  339. type EdbDataInsertConfigItem struct {
  340. Date string `description:"插入的日期"`
  341. RealDate string `description:"实际最晚的日期"`
  342. Value string `description:"插入的值"`
  343. }
  344. type EdbData struct {
  345. EdbDataId int `orm:"column(edb_data_id);pk"`
  346. EdbInfoId int
  347. DataTime string
  348. Value float64
  349. }
  350. type EdbInfoListResp struct {
  351. Paging *paging.PagingItem
  352. Item *EdbInfoList
  353. ClassifyList []*EdbClassifyIdItems
  354. }
  355. func GetEdbInfoByCondition(condition string, pars []interface{}) (item *EdbInfoList, err error) {
  356. o := orm.NewOrmUsingDB("data")
  357. sql := ` SELECT * FROM edb_info WHERE 1=1 `
  358. if condition != "" {
  359. sql += condition
  360. }
  361. err = o.Raw(sql, pars).QueryRow(&item)
  362. return
  363. }
  364. func GetEdbDataCountByCondition(condition string, pars []interface{}, source, subSource int) (count int, err error) {
  365. o := orm.NewOrmUsingDB("data")
  366. tableName := GetEdbDataTableName(source, subSource)
  367. sql := ` SELECT COUNT(1) AS count FROM %s WHERE 1=1 `
  368. sql = fmt.Sprintf(sql, tableName)
  369. if condition != "" {
  370. sql += condition
  371. }
  372. err = o.Raw(sql, pars).QueryRow(&count)
  373. return
  374. }
  375. func GetEdbDataListByCondition(condition string, pars []interface{}, source, subSource, pageSize, startSize int) (item []*EdbData, err error) {
  376. o := orm.NewOrmUsingDB("data")
  377. tableName := GetEdbDataTableName(source, subSource)
  378. sql := ` SELECT * FROM %s WHERE 1=1 `
  379. sql = fmt.Sprintf(sql, tableName)
  380. if condition != "" {
  381. sql += condition
  382. }
  383. sql += ` ORDER BY data_time DESC `
  384. sql += ` LIMIT ?,? `
  385. _, err = o.Raw(sql, pars, startSize, pageSize).QueryRows(&item)
  386. return
  387. }
  388. // GetAllEdbDataListByCondition 根据条件获取所有的数据
  389. func GetAllEdbDataListByCondition(condition string, pars []interface{}, source, subSource int) (item []*EdbData, err error) {
  390. o := orm.NewOrmUsingDB("data")
  391. tableName := GetEdbDataTableName(source, subSource)
  392. sql := ` SELECT * FROM %s WHERE 1=1 `
  393. sql = fmt.Sprintf(sql, tableName)
  394. if condition != "" {
  395. sql += condition
  396. }
  397. sql += ` ORDER BY data_time DESC `
  398. _, err = o.Raw(sql, pars).QueryRows(&item)
  399. return
  400. }
  401. func GetEdbInfoByNewest() (item *EdbInfoList, err error) {
  402. o := orm.NewOrmUsingDB("data")
  403. sql := ` SELECT * FROM edb_info WHERE 1=1 ORDER BY modify_time DESC LIMIT 1 `
  404. err = o.Raw(sql).QueryRow(&item)
  405. return
  406. }
  407. func ModifyEdbInfoModifyTime(edbInfoId int64) (err error) {
  408. o := orm.NewOrmUsingDB("data")
  409. sql := ` UPDATE edb_info SET modify_time = NOW() WHERE edb_info_id = ? `
  410. _, err = o.Raw(sql, edbInfoId).Exec()
  411. return
  412. }
  413. type MoveEdbInfoReq struct {
  414. EdbInfoId int `description:"指标ID"`
  415. PrevEdbInfoId int `description:"上一个指标ID"`
  416. NextEdbInfoId int `description:"下一个指标ID"`
  417. ClassifyId int `description:"分类id"`
  418. }
  419. func MoveEdbInfo(edbInfoId, classifyId int) (err error) {
  420. o := orm.NewOrmUsingDB("data")
  421. sql := ` UPDATE edb_info
  422. SET
  423. classify_id = ?
  424. WHERE edb_info_id = ?`
  425. _, err = o.Raw(sql, classifyId, edbInfoId).Exec()
  426. return
  427. }
  428. // GetEdbInfoByName 根据名称获取普通的指标
  429. func GetEdbInfoByName(edbName string) (items []*EdbInfoList, err error) {
  430. o := orm.NewOrmUsingDB("data")
  431. sql := ` SELECT * FROM edb_info WHERE edb_name=? AND edb_info_type = 0 `
  432. _, err = o.Raw(sql, edbName).QueryRows(&items)
  433. return
  434. }
  435. // GetPredictEdbInfoByName 根据指标名称获取预测指标
  436. func GetPredictEdbInfoByName(edbName string) (items []*EdbInfoList, err error) {
  437. o := orm.NewOrmUsingDB("data")
  438. sql := ` SELECT * FROM edb_info WHERE edb_name=? AND edb_info_type = 1 `
  439. _, err = o.Raw(sql, edbName).QueryRows(&items)
  440. return
  441. }
  442. func GetEdbInfoByEnName(edbNameEn string) (items []*EdbInfoList, err error) {
  443. o := orm.NewOrmUsingDB("data")
  444. sql := ` SELECT * FROM edb_info WHERE edb_name_en=? AND edb_info_type = 0 `
  445. _, err = o.Raw(sql, edbNameEn).QueryRows(&items)
  446. return
  447. }
  448. func ModifyEdbInfoNameSource(edbNameSource string, edbInfoId int) (err error) {
  449. o := orm.NewOrmUsingDB("data")
  450. sql := ` UPDATE edb_info SET edb_name_source=? WHERE edb_info_id = ? `
  451. _, err = o.Raw(sql, edbNameSource, edbInfoId).Exec()
  452. return
  453. }
  454. func GetChartEdbMappingCount(edbInfoId int) (count int, err error) {
  455. o := orm.NewOrmUsingDB("data")
  456. sql := ` SELECT COUNT(1) AS count FROM chart_edb_mapping WHERE edb_info_id=? `
  457. err = o.Raw(sql, edbInfoId).QueryRow(&count)
  458. return
  459. }
  460. type ChartEdbInfo struct {
  461. EdbInfoId int `description:"指标id"`
  462. EdbName string `description:"指标名称"`
  463. SourceName string `json:"-"`
  464. EdbNameAlias string `json:"-" description:"指标名称,别名"`
  465. }
  466. func EdbInfoSearchByKeyWord(keyword string) (searchList []*ChartEdbInfo, err error) {
  467. pars := make([]interface{}, 0)
  468. o := orm.NewOrmUsingDB("data")
  469. sql := ` SELECT edb_info_id,edb_name,source_name FROM edb_info WHERE 1=1 AND edb_info_type = 0 `
  470. if keyword != "" {
  471. sql += ` AND (edb_name LIKE ? OR edb_code LIKE ? ) `
  472. pars = append(pars, utils.GetLikeKeyword(keyword), utils.GetLikeKeyword(keyword))
  473. }
  474. sql += ` ORDER BY create_time DESC `
  475. _, err = o.Raw(sql, pars...).QueryRows(&searchList)
  476. return
  477. }
  478. type EdbInfoMaxAndMinInfo struct {
  479. MinDate string `description:"最小日期"`
  480. MaxDate string `description:"最大日期"`
  481. MinValue float64 `description:"最小值"`
  482. MaxValue float64 `description:"最大值"`
  483. LatestValue float64 `description:"最新值"`
  484. }
  485. func GetEdbInfoMaxAndMinInfo(source, subSource int, edbCode string) (item *EdbInfoMaxAndMinInfo, err error) {
  486. o := orm.NewOrmUsingDB("data")
  487. sql := ``
  488. tableName := GetEdbDataTableName(source, subSource)
  489. sql = ` SELECT MIN(data_time) AS min_date,MAX(data_time) AS max_date,MIN(value) AS min_value,MAX(value) AS max_value FROM %s WHERE edb_code=? `
  490. sql = fmt.Sprintf(sql, tableName)
  491. err = o.Raw(sql, edbCode).QueryRow(&item)
  492. if err != nil {
  493. return
  494. }
  495. var latest_value float64
  496. sql = ` SELECT value AS latest_value FROM %s WHERE edb_code=? ORDER BY data_time DESC LIMIT 1 `
  497. sql = fmt.Sprintf(sql, tableName)
  498. err = o.Raw(sql, edbCode).QueryRow(&latest_value)
  499. item.LatestValue = latest_value
  500. return
  501. }
  502. func ModifyEdbInfoMaxAndMinInfo(edbInfoId int, item *EdbInfoMaxAndMinInfo) (err error) {
  503. o := orm.NewOrmUsingDB("data")
  504. sql := ` UPDATE edb_info SET start_date=?,end_date=?,min_value=?,max_value=?,is_update=2,latest_date=?,latest_value=?,modify_time=NOW() WHERE edb_info_id=? `
  505. _, err = o.Raw(sql, item.MinDate, item.MaxDate, item.MinValue, item.MaxValue, item.MaxDate, item.LatestValue, edbInfoId).Exec()
  506. return
  507. }
  508. func GetEdbInfoFilter(condition string, pars []interface{}) (list []*EdbInfoList, err error) {
  509. o := orm.NewOrmUsingDB("data")
  510. sql := ` SELECT * FROM edb_info WHERE 1=1 AND edb_info_type = 0 `
  511. if condition != "" {
  512. sql += condition
  513. }
  514. sql += ` ORDER BY create_time DESC `
  515. _, err = o.Raw(sql, pars).QueryRows(&list)
  516. return
  517. }
  518. //order:1升序,其余值为降序
  519. func GetEdbDataListAll(condition string, pars []interface{}, source, subSource, order int) (item []*EdbInfoSearchData, err error) {
  520. o := orm.NewOrmUsingDB("data")
  521. sql := ``
  522. tableName := GetEdbDataTableName(source, subSource)
  523. sql = ` SELECT * FROM %s WHERE 1=1 `
  524. sql = fmt.Sprintf(sql, tableName)
  525. if condition != "" {
  526. sql += condition
  527. }
  528. if order == 1 {
  529. sql += ` ORDER BY data_time ASC `
  530. } else {
  531. sql += ` ORDER BY data_time DESC `
  532. }
  533. _, err = o.Raw(sql, pars).QueryRows(&item)
  534. return
  535. }
  536. // GetLastEdbData 获取最近的一条指标数据
  537. func GetLastEdbData(condition string, pars []interface{}, source, subSource int) (item *EdbInfoSearchData, err error) {
  538. o := orm.NewOrmUsingDB("data")
  539. sql := ``
  540. tableName := GetEdbDataTableName(source, subSource)
  541. sql = ` SELECT * FROM %s WHERE 1=1 `
  542. sql = fmt.Sprintf(sql, tableName)
  543. if condition != "" {
  544. sql += condition
  545. }
  546. sql += ` ORDER BY data_time DESC `
  547. err = o.Raw(sql, pars).QueryRow(&item)
  548. return
  549. }
  550. //order:1升序,其余值为降序
  551. func GetEdbDataCount(condition string, pars []interface{}, source, subSource int) (count int, err error) {
  552. o := orm.NewOrmUsingDB("data")
  553. sql := ``
  554. tableName := GetEdbDataTableName(source, subSource)
  555. sql = ` SELECT COUNT(1) AS count FROM %s WHERE 1=1 `
  556. sql = fmt.Sprintf(sql, tableName)
  557. if condition != "" {
  558. sql += condition
  559. }
  560. err = o.Raw(sql, pars).QueryRow(&count)
  561. return
  562. }
  563. func ModifyCalculateEdbInfo(item *EditEdbInfoReq) (err error) {
  564. o := orm.NewOrmUsingDB("data")
  565. sql := ` UPDATE edb_info
  566. SET
  567. edb_name =?,
  568. edb_name_source =?,
  569. frequency = ?,
  570. unit = ?,
  571. classify_id = ?,
  572. calculate_formula=?,
  573. modify_time = NOW()
  574. WHERE edb_info_id = ?`
  575. _, err = o.Raw(sql, item.EdbName, item.EdbName, item.Frequency, item.Unit, item.ClassifyId, item.CalculateFormula, item.EdbInfoId).Exec()
  576. return
  577. }
  578. type AddEdbInfoResp struct {
  579. EdbInfoId int `description:"指标ID"`
  580. UniqueCode string `description:"指标唯一编码"`
  581. ClassifyId int `description:"分类id"`
  582. ExistEdbName []string `description:"重复指标名称"`
  583. }
  584. // 根据基础指标获取所有关联指标
  585. func GetNeedRefreshCalculateEdbInfoFromBase(fromEdbInfo int) (list []*EdbInfo, err error) {
  586. o := orm.NewOrmUsingDB("data")
  587. sql := ` SELECT b.*
  588. FROM edb_info_calculate AS a
  589. INNER JOIN edb_info AS b ON a.edb_info_id=b.edb_info_id
  590. WHERE from_edb_info_id=? `
  591. _, err = o.Raw(sql, fromEdbInfo).QueryRows(&list)
  592. return
  593. }
  594. func GetEdbInfoCalculateCount(edbInfoId int) (count int, err error) {
  595. o := orm.NewOrmUsingDB("data")
  596. sql := ` SELECT COUNT(1) AS count FROM edb_info_calculate WHERE from_edb_info_id=? `
  597. err = o.Raw(sql, edbInfoId).QueryRow(&count)
  598. return
  599. }
  600. func GetEdbInfoCalculateLjzzyCount(edbInfoId int) (count int, err error) {
  601. o := orm.NewOrmUsingDB("data")
  602. sql := ` SELECT COUNT(1) AS count FROM edb_info_calculate_ljzzy WHERE from_edb_info_id=? `
  603. err = o.Raw(sql, edbInfoId).QueryRow(&count)
  604. return
  605. }
  606. func GetEdbInfoCalculateTbzCount(edbInfoId int) (count int, err error) {
  607. o := orm.NewOrmUsingDB("data")
  608. sql := ` SELECT COUNT(1) AS count FROM edb_info_calculate_tbz WHERE from_edb_info_id=? `
  609. err = o.Raw(sql, edbInfoId).QueryRow(&count)
  610. return
  611. }
  612. func GetEdbInfoCalculateTczCount(edbInfoId int) (count int, err error) {
  613. o := orm.NewOrmUsingDB("data")
  614. sql := ` SELECT COUNT(1) AS count FROM edb_info_calculate_tcz WHERE from_edb_info_id=? `
  615. err = o.Raw(sql, edbInfoId).QueryRow(&count)
  616. return
  617. }
  618. func GetEdbInfoCalculateNszydpjjsCount(edbInfoId int) (count int, err error) {
  619. o := orm.NewOrmUsingDB("data")
  620. sql := ` SELECT COUNT(1) AS count FROM edb_info_calculate_nszydpjjs WHERE from_edb_info_id=? `
  621. err = o.Raw(sql, edbInfoId).QueryRow(&count)
  622. return
  623. }
  624. func GetEdbInfoCalculateCountByCondition(source int, condition string, pars []interface{}) (count int, err error) {
  625. o := orm.NewOrmUsingDB("data")
  626. //calculateTableName := GetEdbInfoCalculateTableName(source)
  627. //if calculateTableName == "" {
  628. // err = errors.New("无效的表名")
  629. // return
  630. //}
  631. sql := ` SELECT COUNT(1) AS count FROM edb_info_calculate_mapping WHERE 1=1 `
  632. //sql = fmt.Sprintf(sql, calculateTableName)
  633. if condition != "" {
  634. sql += condition
  635. }
  636. err = o.Raw(sql, pars).QueryRow(&count)
  637. return
  638. }
  639. // GetEdbInfoCalculateListByCondition 获取指标关系列表
  640. func GetEdbInfoCalculateListByCondition(condition string, pars []interface{}) (items []*EdbInfoCalculateMapping, err error) {
  641. o := orm.NewOrmUsingDB("data")
  642. //calculateTableName := GetEdbInfoCalculateTableName(source)
  643. //if calculateTableName == "" {
  644. // err = errors.New("无效的表名")
  645. // return
  646. //}
  647. sql := ` SELECT * FROM edb_info_calculate_mapping WHERE 1=1 `
  648. //sql = fmt.Sprintf(sql, calculateTableName)
  649. if condition != "" {
  650. sql += condition
  651. }
  652. _, err = o.Raw(sql, pars).QueryRows(&items)
  653. return
  654. }
  655. func GetRefreshEdbInfoFromCalculate(edbInfoId, source int) (baseEdbInfoArr, calculateInfoArr []*EdbInfo, err error) {
  656. calculateList, err := GetEdbInfoCalculateMap(edbInfoId, source)
  657. if err != nil && err.Error() != utils.ErrNoRow() {
  658. return
  659. }
  660. for _, item := range calculateList {
  661. if item.EdbType == 1 {
  662. baseEdbInfoArr = append(baseEdbInfoArr, item)
  663. } else {
  664. calculateInfoArr = append(calculateInfoArr, item)
  665. newBaseEdbInfoArr, newCalculateInfoArr, _ := GetRefreshEdbInfoFromCalculate(item.EdbInfoId, item.Source)
  666. baseEdbInfoArr = append(baseEdbInfoArr, newBaseEdbInfoArr...)
  667. calculateInfoArr = append(calculateInfoArr, newCalculateInfoArr...)
  668. }
  669. }
  670. return
  671. }
  672. // 获取基础指标对应的所有计算指标
  673. func GetEdbInfoAllCalculate(edbInfoId int) (list []*EdbInfo, err error) {
  674. o := orm.NewOrmUsingDB("data")
  675. sql := ` SELECT b.* FROM edb_info_calculate_mapping AS a
  676. INNER JOIN edb_info AS b ON a.edb_info_id=b.edb_info_id
  677. WHERE a.from_edb_info_id=?
  678. GROUP BY a.edb_info_id
  679. ORDER BY a.edb_info_id ASC `
  680. _, err = o.Raw(sql, edbInfoId).QueryRows(&list)
  681. return
  682. }
  683. // GetEdbInfoAllCalculateByEdbInfoIdList 根据指标id集合 获取基础指标对应的所有计算指标
  684. func GetEdbInfoAllCalculateByEdbInfoIdList(edbInfoIdList []int) (list []*EdbInfo, err error) {
  685. num := len(edbInfoIdList)
  686. if num <= 0 {
  687. return
  688. }
  689. o := orm.NewOrmUsingDB("data")
  690. sql := ` SELECT b.* FROM edb_info_calculate_mapping AS a
  691. INNER JOIN edb_info AS b ON a.edb_info_id=b.edb_info_id
  692. WHERE a.from_edb_info_id in (` + utils.GetOrmInReplace(num) + `)
  693. GROUP BY a.edb_info_id
  694. ORDER BY a.edb_info_id ASC `
  695. _, err = o.Raw(sql, edbInfoIdList).QueryRows(&list)
  696. return
  697. }
  698. func GetRefreshEdbInfoFromBase(edbInfoId, source int) (baseEdbInfoArr, calculateInfoArr []*EdbInfo, err error) {
  699. calculateList, err := GetEdbInfoCalculateMap(edbInfoId, source)
  700. if err != nil && err.Error() != utils.ErrNoRow() {
  701. return
  702. }
  703. for _, item := range calculateList {
  704. if item.EdbInfoId == edbInfoId { // 如果查出来关联的指标就是自己的话,那么就过滤
  705. continue
  706. }
  707. if item.EdbType == 1 {
  708. baseEdbInfoArr = append(baseEdbInfoArr, item)
  709. } else {
  710. calculateInfoArr = append(calculateInfoArr, item)
  711. newBaseEdbInfoArr, newCalculateInfoArr, _ := GetRefreshEdbInfoFromBase(item.EdbInfoId, item.Source)
  712. baseEdbInfoArr = append(baseEdbInfoArr, newBaseEdbInfoArr...)
  713. calculateInfoArr = append(calculateInfoArr, newCalculateInfoArr...)
  714. }
  715. }
  716. return
  717. }
  718. func ModifyEdbInfoDataStatus(edbInfoId int64, source, subSource int, edbCode string) (err error) {
  719. o := orm.NewOrmUsingDB("data")
  720. sql := ``
  721. tableName := GetEdbDataTableName(source, subSource)
  722. sql = ` UPDATE %s SET edb_info_id=?,modify_time=NOW() WHERE edb_code=? `
  723. sql = fmt.Sprintf(sql, tableName)
  724. _, err = o.Raw(sql, edbInfoId, edbCode).Exec()
  725. return
  726. }
  727. // GetFirstEdbInfoByClassifyId 获取当前分类下,且排序数相同 的排序第一条的数据
  728. func GetFirstEdbInfoByClassifyId(classifyId int) (item *EdbInfo, err error) {
  729. o := orm.NewOrmUsingDB("data")
  730. sql := ` SELECT * FROM edb_info WHERE classify_id=? order by sort asc,edb_info_id asc limit 1`
  731. err = o.Raw(sql, classifyId).QueryRow(&item)
  732. return
  733. }
  734. // UpdateEdbInfoSortByClassifyId 根据分类id更新排序
  735. func UpdateEdbInfoSortByClassifyId(classifyId, nowSort int, prevEdbInfoId int, updateSort string) (err error) {
  736. o := orm.NewOrmUsingDB("data")
  737. sql := ` update edb_info set sort = ` + updateSort + ` WHERE classify_id=?`
  738. if prevEdbInfoId > 0 {
  739. sql += ` AND ( sort > ? or ( edb_info_id > ` + fmt.Sprint(prevEdbInfoId) + ` and sort=` + fmt.Sprint(nowSort) + ` )) `
  740. } else {
  741. sql += ` AND ( sort > ? )`
  742. }
  743. _, err = o.Raw(sql, classifyId, nowSort).Exec()
  744. return
  745. }
  746. // Update 更新指标基础信息
  747. func (edbInfo *EdbInfo) Update(cols []string) (err error) {
  748. o := orm.NewOrmUsingDB("data")
  749. _, err = o.Update(edbInfo, cols...)
  750. return
  751. }
  752. type EdbInfoDataResp struct {
  753. EdbInfo *EdbInfo
  754. DataList []*EdbDataList
  755. }
  756. type EdbInfoDataFullClassifyResp struct {
  757. EdbInfo *EdbInfoFullClassify
  758. DataList []*EdbDataList
  759. }
  760. type EdbInfoReplaceReq struct {
  761. OldEdbInfoId int `description:"原指标ID"`
  762. NewEdbInfoId int `description:"替换为指标ID"`
  763. }
  764. // EdbInfoReplaceV2 替换指标v2版本(更换时间:2022年01月05日15:33:42)
  765. //func EdbInfoReplaceV2(oldEdbInfo, newEdbInfo *EdbInfo, sysAdminId int, sysAdminRealName string) (mappingList,replaceChartTotal, replaceCalculateTotal int, err error) {
  766. // defer func() {
  767. // if err != nil {
  768. // fmt.Println("ERR:", err.Error())
  769. // }
  770. // }()
  771. //
  772. // // 替换关联表中的source_edb_info_id
  773. // mappingList, replaceChartTotal, replaceCalculateTotal, err := replaceChartEdb(oldEdbInfo, newEdbInfo)
  774. // if err != nil {
  775. // return
  776. // }
  777. // err = replaceRelationEdbInfo(mappingList, oldEdbInfo, newEdbInfo, sysAdminId, sysAdminRealName)
  778. // return
  779. //}
  780. // ReplaceChartEdb 替换图表中的指标
  781. func ReplaceChartEdb(oldEdbInfo, newEdbInfo *EdbInfo) (relationEdbInfoIdList []int, replaceChartTotal, replaceCalculateTotal int, err error) {
  782. var errmsg string
  783. relationEdbInfoIdList = make([]int, 0) // 关联的指标id
  784. logMsg := `` // 记录替换的日志
  785. o := orm.NewOrmUsingDB("data")
  786. to, err := o.Begin()
  787. if err != nil {
  788. return
  789. }
  790. defer func() {
  791. if err != nil {
  792. _ = to.Rollback()
  793. } else {
  794. _ = to.Commit()
  795. if logMsg != `` {
  796. utils.FileLog.Info(fmt.Sprintf("替换指标记录,旧的指标id:%d,新的指标id:%d;%s", oldEdbInfo.EdbInfoId, newEdbInfo.EdbInfoId, logMsg))
  797. }
  798. }
  799. if errmsg != "" {
  800. fmt.Println("errmsg:" + errmsg)
  801. }
  802. if err != nil && errmsg != "" {
  803. go alarm_msg.SendAlarmMsg("替换图表中的指标失败提醒,errmsg:"+errmsg, 3)
  804. //go utils.SendEmail(utils.APPNAME+"【"+utils.RunMode+"】"+"替换指标失败提醒", "errmsg:"+errmsg, utils.EmailSendToUsers)
  805. }
  806. }()
  807. //替换图表
  808. {
  809. chartEdbMappingList := make([]*ChartEdbInfoMapping, 0)
  810. csql := `SELECT * FROM chart_edb_mapping WHERE edb_info_id=?`
  811. _, err = to.Raw(csql, oldEdbInfo.EdbInfoId).QueryRows(&chartEdbMappingList)
  812. if err != nil {
  813. errmsg = "获取指标关联图表信息失败:Err:" + err.Error()
  814. return
  815. }
  816. replaceChartTotal = len(chartEdbMappingList)
  817. if len(chartEdbMappingList) > 0 {
  818. chartInfoIdList := make([]string, 0)
  819. for _, mv := range chartEdbMappingList {
  820. //获取图表所有指标信息
  821. chartEdbList := make([]*ChartEdbInfoMapping, 0)
  822. csql := `SELECT * FROM chart_edb_mapping WHERE chart_info_id=?`
  823. _, err = to.Raw(csql, mv.ChartInfoId).QueryRows(&chartEdbList)
  824. if err != nil {
  825. errmsg = "获取图表所有指标信息失败:Err:" + err.Error()
  826. return
  827. }
  828. var minData, maxData float64
  829. minData = newEdbInfo.MinValue
  830. maxData = newEdbInfo.MaxValue
  831. for _, cv := range chartEdbList {
  832. if mv.IsAxis == cv.IsAxis {
  833. if minData > cv.MinData {
  834. minData = cv.MinData
  835. }
  836. if maxData < cv.MaxData {
  837. maxData = cv.MaxData
  838. }
  839. }
  840. }
  841. //修改图表关联指标
  842. rsql := ` UPDATE chart_edb_mapping SET edb_info_id=?,max_data=?,min_data=?,modify_time=NOW() WHERE chart_edb_mapping_id=? `
  843. _, err = to.Raw(rsql, newEdbInfo.EdbInfoId, maxData, minData, mv.ChartEdbMappingId).Exec()
  844. if err != nil {
  845. errmsg = "更新图库指标信息失败:Err:" + err.Error()
  846. return
  847. }
  848. chartInfoIdList = append(chartInfoIdList, fmt.Sprint(mv.ChartInfoId))
  849. }
  850. logMsg += `涉及到的图表id:` + strings.Join(chartInfoIdList, ",") + ";"
  851. }
  852. }
  853. //替换计算指标
  854. {
  855. //获取所有包含的计算指标
  856. mappingList := make([]*EdbInfoCalculateMapping, 0)
  857. msql := ` SELECT * FROM edb_info_calculate_mapping WHERE from_edb_info_id=? GROUP BY edb_info_id `
  858. _, err = to.Raw(msql, oldEdbInfo.EdbInfoId).QueryRows(&mappingList)
  859. if err != nil {
  860. errmsg = "获取计算指标关联基础指标信息失败:Err:" + err.Error()
  861. return
  862. }
  863. replaceCalculateTotal = len(mappingList)
  864. //计算指标
  865. if len(mappingList) > 0 {
  866. edbInfoIdList := make([]string, 0)
  867. for _, mv := range mappingList {
  868. //如果即将替换的指标与当前指标id一致,那么就退出当前循环,进入下一循环
  869. if mv.EdbInfoId == newEdbInfo.EdbInfoId {
  870. continue
  871. }
  872. //替换原指标
  873. msql := `UPDATE edb_info_calculate_mapping SET from_edb_info_id=?,from_edb_code=?,from_edb_name=?,from_source=?,from_source_name=? WHERE edb_info_calculate_mapping_id=? `
  874. _, err = to.Raw(msql, newEdbInfo.EdbInfoId, newEdbInfo.EdbCode, newEdbInfo.EdbName, newEdbInfo.Source, newEdbInfo.SourceName, mv.EdbInfoCalculateMappingId).Exec()
  875. if err != nil {
  876. return
  877. }
  878. relationEdbInfoIdList = append(relationEdbInfoIdList, mv.EdbInfoId)
  879. edbInfoIdList = append(edbInfoIdList, fmt.Sprint(mv.EdbInfoId))
  880. }
  881. logMsg += `涉及到的指标id:` + strings.Join(edbInfoIdList, ",") + ";"
  882. }
  883. }
  884. // 替换预测指标中的来源指标
  885. {
  886. //获取所有包含的计算指标
  887. predictEdbConfList := make([]*PredictEdbConf, 0)
  888. msql := ` SELECT * FROM predict_edb_conf WHERE source_edb_info_id=? GROUP BY predict_edb_info_id `
  889. _, err = to.Raw(msql, oldEdbInfo.EdbInfoId).QueryRows(&predictEdbConfList)
  890. if err != nil {
  891. errmsg = "获取关联的预测指标信息失败:Err:" + err.Error()
  892. return
  893. }
  894. replaceCalculateTotal += len(predictEdbConfList)
  895. //替换预测指标的来源指标
  896. msql = `UPDATE predict_edb_conf SET source_edb_info_id=? WHERE source_edb_info_id=? `
  897. _, err = to.Raw(msql, newEdbInfo.EdbInfoId, oldEdbInfo.EdbInfoId).Exec()
  898. if err != nil {
  899. return
  900. }
  901. if len(predictEdbConfList) > 0 {
  902. edbInfoIdList := make([]string, 0)
  903. for _, v := range predictEdbConfList {
  904. relationEdbInfoIdList = append(relationEdbInfoIdList, v.PredictEdbInfoId)
  905. edbInfoIdList = append(edbInfoIdList, fmt.Sprint(v.PredictEdbInfoId))
  906. }
  907. logMsg += `涉及到的预测指标id:` + strings.Join(edbInfoIdList, ",") + ";"
  908. }
  909. }
  910. return
  911. }
  912. type EdbInfoView struct {
  913. EdbInfoId int `orm:"column(edb_info_id);pk"`
  914. EdbInfoType int `description:"指标类型,0:普通指标,1:预测指标"`
  915. SourceName string `description:"来源名称"`
  916. Source int `description:"来源id"`
  917. EdbCode string `description:"指标编码"`
  918. EdbName string `description:"指标名称"`
  919. EdbNameSource string `description:"指标名称来源"`
  920. Frequency string `description:"频率"`
  921. Unit string `description:"单位"`
  922. StartDate string `description:"起始日期"`
  923. EndDate string `description:"终止日期"`
  924. ClassifyId int `description:"分类id"`
  925. SysUserId int
  926. SysUserRealName string
  927. UniqueCode string `description:"指标唯一编码"`
  928. CreateTime string
  929. ModifyTime string
  930. MinValue float64 `description:"指标最小值"`
  931. MaxValue float64 `description:"指标最大值"`
  932. CalculateFormula string `description:"计算公式"`
  933. EdbType int `description:"指标类型:1:基础指标,2:计算指标"`
  934. Sort int `description:"排序字段"`
  935. IsUpdate int `description:"当天是否已更新,1:未更新,2:已更新"`
  936. LatestDate string `description:"数据最新日期(实际日期)"`
  937. LatestValue float64 `description:"数据最新值(实际值)"`
  938. EndValue float64 `description:"数据的最新值(预测日期的最新值)"`
  939. SubSource int `description:"子数据来源:0:经济数据库,1:日期序列"`
  940. SubSourceName string `description:"子数据来源名称"`
  941. IndicatorCode string `description:"指标代码"`
  942. StockCode string `description:"证券代码"`
  943. }
  944. // 获取指标的所有计算指标,以及计算指标所依赖计算指标
  945. func GetAllCalculateByEdbInfoId(edbInfoId int) (mappingList []*EdbInfoCalculateMapping, err error) {
  946. o := orm.NewOrmUsingDB("data")
  947. msql := ` SELECT * FROM edb_info_calculate_mapping WHERE from_edb_info_id=? GROUP BY edb_info_id `
  948. _, err = o.Raw(msql, edbInfoId).QueryRows(&mappingList)
  949. if err != nil {
  950. return
  951. }
  952. return
  953. }
  954. func GetAllCalculate(edbInfoId int, edbInfoMap map[int]int) (mappingList []*EdbInfoCalculateMapping, err error) {
  955. calculateList, err := GetAllCalculateByEdbInfoId(edbInfoId)
  956. if err != nil && err.Error() != utils.ErrNoRow() {
  957. return
  958. }
  959. for _, item := range calculateList {
  960. _, ok := edbInfoMap[item.EdbInfoId]
  961. if !ok {
  962. edbInfoMap[item.EdbInfoId] = item.EdbInfoId
  963. mappingList = append(mappingList, item)
  964. newCalculateInfoArr, _ := GetAllCalculate(item.EdbInfoId, edbInfoMap)
  965. mappingList = append(mappingList, newCalculateInfoArr...)
  966. }
  967. }
  968. return
  969. }
  970. // GetAllCalculateByEdbInfoIdV2 获取计算指标的所有所依赖的指标(基础指标+计算指标)
  971. func GetAllCalculateByEdbInfoIdV2(edbInfoId int) (mappingList []*EdbInfoCalculateMapping, err error) {
  972. o := orm.NewOrmUsingDB("data")
  973. msql := ` SELECT * FROM edb_info_calculate_mapping WHERE edb_info_id=? GROUP BY from_edb_info_id `
  974. _, err = o.Raw(msql, edbInfoId).QueryRows(&mappingList)
  975. if err != nil {
  976. return
  977. }
  978. return
  979. }
  980. // GetAllCalculateV2 获取所有的指标(如果下层指标包含了待替换指标,那么就不加入)
  981. func GetAllCalculateV2(oldEdbInfoId, replaceEdbInfoId int, edbInfoMap map[int]int) (mappingList []*EdbInfoCalculateMapping, err error) {
  982. calculateList, err := GetAllCalculateByEdbInfoId(oldEdbInfoId)
  983. if err != nil && err.Error() != utils.ErrNoRow() {
  984. return
  985. }
  986. tmpMappingList := make([]*EdbInfoCalculateMapping, 0)
  987. for _, item := range calculateList {
  988. //如果计算指标里面存在即将替换的指标id,那么退出当前循环,进入下一循环
  989. if item.EdbInfoId == replaceEdbInfoId {
  990. err = fmt.Errorf("指标重复1")
  991. return
  992. }
  993. //获取该指标的依赖指标列表,如果依赖指标列表中存在即将替换的指标,那么过滤该指标
  994. childCalculateList, tmpErr := GetAllCalculateByEdbInfoIdV2(item.EdbInfoId)
  995. if tmpErr != nil && tmpErr.Error() != utils.ErrNoRow() {
  996. err = tmpErr
  997. return
  998. }
  999. for _, childCalculate := range childCalculateList {
  1000. if childCalculate.FromEdbInfoId == replaceEdbInfoId {
  1001. err = fmt.Errorf("指标重复2")
  1002. return
  1003. }
  1004. }
  1005. _, ok := edbInfoMap[item.EdbInfoId]
  1006. if !ok {
  1007. edbInfoMap[item.EdbInfoId] = item.EdbInfoId
  1008. newCalculateInfoArr, tmpErr := GetAllCalculateV2(item.EdbInfoId, replaceEdbInfoId, edbInfoMap)
  1009. if tmpErr != nil {
  1010. err = tmpErr
  1011. continue
  1012. } else {
  1013. mappingList = append(mappingList, item)
  1014. tmpMappingList = append(tmpMappingList, newCalculateInfoArr...)
  1015. }
  1016. }
  1017. }
  1018. mappingList = append(mappingList, tmpMappingList...)
  1019. return
  1020. }
  1021. // EdbInfoFilterDataResp 搜索指标列表数据返回
  1022. type EdbInfoFilterDataResp struct {
  1023. Paging *paging.PagingItem
  1024. List []*EdbInfoList
  1025. }
  1026. // GetEdbInfoFilterList 获取指指标列表数据接口
  1027. func GetEdbInfoFilterList(condition string, pars []interface{}, startSize, pageSize int) (total int64, list []*EdbInfoList, err error) {
  1028. o := orm.NewOrmUsingDB("data")
  1029. sql := ` SELECT count(1) total FROM edb_info where 1=1 ` + condition + ` ORDER BY edb_info_id DESC `
  1030. err = o.Raw(sql, pars).QueryRow(&total)
  1031. if err != nil {
  1032. return
  1033. }
  1034. sql = ` SELECT * FROM edb_info where 1=1 ` + condition + ` ORDER BY edb_info_id DESC LIMIT ?,? `
  1035. _, err = o.Raw(sql, pars, startSize, pageSize).QueryRows(&list)
  1036. return
  1037. }
  1038. // SetEdbInfoImageReq 设置指标图片
  1039. type SetEdbInfoImageReq struct {
  1040. EdbInfoId int `description:"指标ID"`
  1041. ImageUrl string `description:"指标图片地址"`
  1042. }
  1043. // GetNextEdbInfoByCondition 根据条件获取下一个指标
  1044. func GetNextEdbInfoByCondition(condition string, pars []interface{}) (item *EdbInfo, err error) {
  1045. o := orm.NewOrmUsingDB("data")
  1046. sql := ` SELECT * FROM edb_info WHERE 1=1 `
  1047. if condition != "" {
  1048. sql += condition
  1049. }
  1050. sql += " ORDER BY sort asc , edb_info_id asc LIMIT 1 "
  1051. err = o.Raw(sql, pars).QueryRow(&item)
  1052. return
  1053. }
  1054. // GetNextEdbInfo 根据分类id获取下一个 指标
  1055. func GetNextEdbInfo(classifyId, classifySort, classifyType, edbInfoType int) (item *EdbInfo, err error) {
  1056. o := orm.NewOrmUsingDB("data")
  1057. sql := ` SELECT b.* FROM edb_classify AS a
  1058. INNER JOIN edb_info AS b ON a.classify_id=b.classify_id
  1059. WHERE (a.sort>? OR (a.sort=? and a.classify_id>?) )
  1060. AND a.classify_type=? AND b.edb_info_type=?
  1061. ORDER BY a.sort ASC,b.sort asc,b.edb_info_id asc
  1062. LIMIT 1 `
  1063. err = o.Raw(sql, classifySort, classifySort, classifyId, classifyType, edbInfoType).QueryRow(&item)
  1064. return
  1065. }
  1066. // GetEdbInfoByEdbCodeList 根据指标code集合获取指标列表
  1067. func GetEdbInfoByEdbCodeList(source int, edbCodeList []string) (items []*EdbInfo, err error) {
  1068. num := len(edbCodeList)
  1069. if num <= 0 {
  1070. return
  1071. }
  1072. o := orm.NewOrmUsingDB("data")
  1073. sql := ` SELECT * FROM edb_info WHERE source=? AND edb_code in (` + utils.GetOrmInReplace(num) + `) `
  1074. _, err = o.Raw(sql, source, edbCodeList).QueryRows(&items)
  1075. return
  1076. }
  1077. // GetEdbInfoByConditionCount 根据条件获取指标列表数据总数
  1078. func GetEdbInfoByConditionCount(condition string, pars []interface{}) (count int, err error) {
  1079. o := orm.NewOrmUsingDB("data")
  1080. sql := ` SELECT COUNT(1) AS count FROM edb_info WHERE 1=1 `
  1081. if condition != "" {
  1082. sql += condition
  1083. }
  1084. err = o.Raw(sql, pars).QueryRow(&count)
  1085. return
  1086. }
  1087. // GetEdbInfoListByCondition 根据条件获取指标列表数据
  1088. func GetEdbInfoListByCondition(condition string, pars []interface{}, startSize, pageSize int, orderDesc string) (items []*EdbInfoList, err error) {
  1089. o := orm.NewOrmUsingDB("data")
  1090. sql := ` SELECT * FROM edb_info WHERE 1=1 `
  1091. if condition != "" {
  1092. sql += condition
  1093. }
  1094. if orderDesc == `` {
  1095. orderDesc = ` ASC `
  1096. }
  1097. sql += ` ORDER BY edb_info_id `
  1098. sql += orderDesc
  1099. sql += ` LIMIT ?,? `
  1100. _, err = o.Raw(sql, pars, startSize, pageSize).QueryRows(&items)
  1101. return
  1102. }
  1103. // GetEdbInfoListV2ByCondition 根据条件获取指标列表数据(EdbInfo原始数据结构)
  1104. func GetEdbInfoListV2ByCondition(condition string, pars []interface{}, startSize, pageSize int) (items []*EdbInfo, err error) {
  1105. o := orm.NewOrmUsingDB("data")
  1106. sql := ` SELECT * FROM edb_info WHERE 1=1 `
  1107. if condition != "" {
  1108. sql += condition
  1109. }
  1110. sql += ` ORDER BY edb_info_id ASC LIMIT ?,? `
  1111. _, err = o.Raw(sql, pars, startSize, pageSize).QueryRows(&items)
  1112. return
  1113. }
  1114. // GetEdbInfoListGroupByUserId 根据指标id列表、用户分组获取指标信息
  1115. func GetEdbInfoListGroupByUserId(edbIdList []string) (items []*EdbInfo, err error) {
  1116. num := len(edbIdList)
  1117. if num <= 0 {
  1118. return
  1119. }
  1120. o := orm.NewOrmUsingDB("data")
  1121. sql := ` SELECT * FROM edb_info WHERE edb_info_id in (` + utils.GetOrmInReplace(num) + `) GROUP BY sys_user_id `
  1122. _, err = o.Raw(sql, edbIdList).QueryRows(&items)
  1123. return
  1124. }
  1125. // GetEdbInfoListByEdbInfoId
  1126. // @Description: 根据指标id列表获取列表信息
  1127. // @param edbIdList
  1128. // @return items
  1129. // @return err
  1130. func GetEdbInfoListByEdbInfoId(edbIdList []string) (items []*EdbInfo, err error) {
  1131. num := len(edbIdList)
  1132. if num <= 0 {
  1133. return
  1134. }
  1135. o := orm.NewOrmUsingDB("data")
  1136. sql := ` SELECT * FROM edb_info WHERE edb_info_id in (` + utils.GetOrmInReplace(num) + `) `
  1137. _, err = o.Raw(sql, edbIdList).QueryRows(&items)
  1138. return
  1139. }
  1140. // GetEdbInfoListByUserId
  1141. // @Description: 根据指标id列表获取列表信息
  1142. // @param userIdList []int
  1143. // @param edbInfoType int
  1144. // @return items
  1145. // @return err
  1146. func GetEdbInfoListByUserId(userIdList []int, edbInfoType int) (items []*EdbInfo, err error) {
  1147. num := len(userIdList)
  1148. if num <= 0 {
  1149. return
  1150. }
  1151. o := orm.NewOrmUsingDB("data")
  1152. sql := ` SELECT * FROM edb_info WHERE edb_info_type = ? AND sys_user_id in (` + utils.GetOrmInReplace(num) + `) `
  1153. _, err = o.Raw(sql, edbInfoType, userIdList).QueryRows(&items)
  1154. return
  1155. }
  1156. // ModifyEdbInfoUserIdByCodeList 根据指标code列表修改创建人
  1157. func ModifyEdbInfoUserIdByCodeList(edbIdList []string, userId int, userName string) (err error) {
  1158. num := len(edbIdList)
  1159. if num <= 0 {
  1160. return
  1161. }
  1162. o := orm.NewOrmUsingDB("data")
  1163. sql := `UPDATE edb_info SET sys_user_id=?,sys_user_real_name=? WHERE edb_info_id in (` + utils.GetOrmInReplace(num) + `) `
  1164. _, err = o.Raw(sql, userId, userName, edbIdList).Exec()
  1165. return
  1166. }
  1167. // ModifyEdbInfoUserIdByOldUserId
  1168. // @Description: 根据旧用户id修改新用户id
  1169. // @author: Roc
  1170. // @datetime 2024-03-25 19:17:09
  1171. // @param edbIdList []string
  1172. // @param userId int
  1173. // @param userName string
  1174. // @return err error
  1175. func ModifyEdbInfoUserIdByOldUserId(oldUserIdList []int, edbInfoType, userId int, userName string) (err error) {
  1176. num := len(oldUserIdList)
  1177. if num <= 0 {
  1178. return
  1179. }
  1180. o := orm.NewOrmUsingDB("data")
  1181. sql := `UPDATE edb_info SET sys_user_id=?,sys_user_real_name=? WHERE sys_user_id in (` + utils.GetOrmInReplace(num) + `) and edb_info_type = ?`
  1182. _, err = o.Raw(sql, userId, userName, oldUserIdList, edbInfoType).Exec()
  1183. return
  1184. }
  1185. // MoveEdbChartList 图表/指标信息
  1186. type MoveEdbChartList struct {
  1187. DataId string `description:"指标/图表唯一id"`
  1188. Code string `description:"指标code"`
  1189. Name string `description:"指标/图表名称"`
  1190. ClassifyName string `description:"分类名称"`
  1191. CreateUserId int `description:"创建人id"`
  1192. CreateUserName string `description:"创建人名称"`
  1193. }
  1194. // MoveEdbChartListResp 更改创建人返回数据
  1195. type MoveEdbChartListResp struct {
  1196. Paging *paging.PagingItem
  1197. List []MoveEdbChartList
  1198. }
  1199. type EdbChartClassifyResp struct {
  1200. List []*EdbChartClassify
  1201. }
  1202. type EdbChartClassify struct {
  1203. ClassifyId int
  1204. ClassifyName string
  1205. ParentId int
  1206. IsJoinPermission int `description:"是否加入权限管控,0:不加入;1:加入;默认:0"`
  1207. Child []*EdbChartClassify
  1208. }
  1209. // EdbInfoDataSeasonalResp 指标季节性数据返回
  1210. type EdbInfoDataSeasonalResp struct {
  1211. EdbInfo *EdbInfo
  1212. DataList interface{}
  1213. }
  1214. // SetEdbDataInsertConfigReq 设置插入规则的请求
  1215. type SetEdbDataInsertConfigReq struct {
  1216. EdbInfoId int `description:"指标ID"`
  1217. Date string `description:"日期"`
  1218. Value string `description:"值"`
  1219. }
  1220. // GetEdbInfoByClassifyId 用于分类展示
  1221. func GetEdbInfoByClassifyId(classifyId, edbInfoType, adminId int) (items []*EdbClassifyItems, err error) {
  1222. o := orm.NewOrmUsingDB("data")
  1223. sql := ` SELECT edb_info_id,classify_id,edb_name_source AS classify_name,edb_name_en AS classify_name_en,unique_code,source_name,source,sys_user_id,sys_user_real_name,start_date,edb_code,edb_type, sort,is_join_permission FROM edb_info WHERE classify_id = ? AND edb_info_type = ?`
  1224. pars := []interface{}{classifyId, edbInfoType}
  1225. // 如果筛选了用户id
  1226. if adminId > 0 {
  1227. sql += ` AND sys_user_id = ? `
  1228. pars = append(pars, adminId)
  1229. }
  1230. sql += ` order by sort asc,edb_info_id asc `
  1231. _, err = o.Raw(sql, pars).QueryRows(&items)
  1232. return
  1233. }
  1234. type EdbAndClassify struct {
  1235. EdbInfoId int `description:"指标id"`
  1236. EdbCode string `description:"指标code"`
  1237. UniqueCode string `description:"唯一code"`
  1238. EdbName string `description:"指标名称"`
  1239. ClassifyId int `description:"所属分类id"`
  1240. FirstClassifyId int `description:"第1级的分类id"`
  1241. FirstClassifyName string `description:"第1级的分类名称"`
  1242. SecondClassifyId int `description:"第2级的分类id"`
  1243. SecondClassifyName string `description:"第2级的分类名称"`
  1244. }
  1245. // GetEdbInfoAndClassifyListByEdbIdList 根据指标id列表获取 指标及分类信息
  1246. func GetEdbInfoAndClassifyListByEdbIdList(edbIdList []int) (items []*EdbAndClassify, err error) {
  1247. num := len(edbIdList)
  1248. if num <= 0 {
  1249. return
  1250. }
  1251. o := orm.NewOrmUsingDB("data")
  1252. sql := ` SELECT a.edb_info_id,a.edb_code,a.unique_code,a.edb_name,a.classify_id FROM edb_info AS a
  1253. WHERE a.edb_info_id in (` + utils.GetOrmInReplace(num) + `) `
  1254. _, err = o.Raw(sql, edbIdList).QueryRows(&items)
  1255. return
  1256. }
  1257. // TraceEdbInfoResp 指标追溯数据返回
  1258. type TraceEdbInfoResp struct {
  1259. EdbInfoId int `description:"指标id"`
  1260. EdbInfoType int `description:"指标类型: 0-普通指标; 1-预测指标"`
  1261. EdbName string `description:"指标名称"`
  1262. EdbNameEn string `description:"指标英文名称"`
  1263. EdbType int `description:"指标类型: 1-基础指标; 2-计算指标"`
  1264. RuleTitle string `description:"指标规则"`
  1265. RuleTitleEn string `description:"指标规则(英文)"`
  1266. UniqueCode string `description:"唯一编码"`
  1267. ClassifyId int `description:"分类ID"`
  1268. Child []TraceEdbInfoResp `description:"下级来源"`
  1269. IsStop int8 `description:"是否终止"`
  1270. EdbInfo *EdbInfo `description:"指标信息" json:"-"`
  1271. HaveOperaAuth bool `description:"是否有数据权限,默认:false"`
  1272. }
  1273. // BeforeAndAfterDateDataResp 前后几期数据
  1274. type BeforeAndAfterDateDataResp struct {
  1275. List []*EdbDataList `description:"list"`
  1276. Date string `description:"实际日期"`
  1277. ShowValue string `description:"展示值"`
  1278. }
  1279. // GetEdbInfoAdminList
  1280. func GetEdbInfoAdminList(edbType int) (list []int, err error) {
  1281. o := orm.NewOrmUsingDB("data")
  1282. sql := ` SELECT sys_user_id FROM edb_info WHERE edb_info_type = ? GROUP BY sys_user_id `
  1283. _, err = o.Raw(sql, edbType).QueryRows(&list)
  1284. return
  1285. }
  1286. type EdbInfoExistCheckResp struct {
  1287. IndexExist bool `description:"指标是否存在:true,存在,false:不存在"`
  1288. ExistStockCodeArr []string `description:"存在的证券代码"`
  1289. ExistEdbCodeArr []string `description:"存在的指标代码"`
  1290. ExistClassifyId []int `description:"存在的分类id"`
  1291. ExistIndexId []int `description:"存在的指标id"`
  1292. ExistEdbInfo []*EdbInfo `description:"存在的指标"`
  1293. }
  1294. type BatchAddEdbInfoReq struct {
  1295. BatchList []*BatchAddEdbInfo
  1296. }
  1297. type BatchAddEdbInfo struct {
  1298. Source int `description:"来源id"`
  1299. EdbName string `description:"指标名称"`
  1300. Frequency string `description:"频率"`
  1301. Unit string `description:"单位"`
  1302. ClassifyId int `description:"分类id"`
  1303. StockCode string `description:"证券代码"`
  1304. EdbCode string `description:"指标编码"`
  1305. }
  1306. func GetEdbInfoWsdMaxAndMinInfo(source, subSource int, edbCode string) (item *EdbInfoMaxAndMinInfo, err error) {
  1307. o := orm.NewOrmUsingDB("data")
  1308. sql := ``
  1309. tableName := GetEdbDataTableNameAndSubSource(source, subSource)
  1310. sql = ` SELECT MIN(data_time) AS min_date,MAX(data_time) AS max_date,MIN(value) AS min_value,MAX(value) AS max_value FROM %s WHERE edb_code=? `
  1311. sql = fmt.Sprintf(sql, tableName)
  1312. err = o.Raw(sql, edbCode).QueryRow(&item)
  1313. if err != nil {
  1314. return
  1315. }
  1316. var latest_value float64
  1317. sql = ` SELECT value AS latest_value FROM %s WHERE edb_code=? ORDER BY data_time DESC LIMIT 1 `
  1318. sql = fmt.Sprintf(sql, tableName)
  1319. err = o.Raw(sql, edbCode).QueryRow(&latest_value)
  1320. item.LatestValue = latest_value
  1321. return
  1322. }
  1323. // GetEdbInfoByNames 根据名称获取普通的指标
  1324. func GetEdbInfoByNames(edbNames string) (items []*EdbInfoList, err error) {
  1325. o := orm.NewOrmUsingDB("data")
  1326. sql := ` SELECT * FROM edb_info WHERE edb_name IN (` + edbNames + `) AND edb_info_type = 0 `
  1327. _, err = o.Raw(sql).QueryRows(&items)
  1328. return
  1329. }
  1330. func GetSmmEdbInfoMaxAndMinInfo(edbCodes []string) (item *EdbInfoMaxAndMinInfo, err error) {
  1331. o := orm.NewOrmUsingDB("data")
  1332. sql := ``
  1333. sql = ` SELECT MIN(data_time) AS min_date,MAX(data_time) AS max_date,MIN(value) AS min_value,MAX(value) AS max_value FROM edb_data_ys WHERE edb_code IN (` + utils.GetOrmInReplace(len(edbCodes)) + `)`
  1334. err = o.Raw(sql, edbCodes).QueryRow(&item)
  1335. if err != nil {
  1336. return
  1337. }
  1338. var latest_value float64
  1339. sql = ` SELECT value AS latest_value FROM edb_data_ys WHERE edb_code IN (` + utils.GetOrmInReplace(len(edbCodes)) + `) ORDER BY data_time DESC LIMIT 1 `
  1340. err = o.Raw(sql, edbCodes).QueryRow(&latest_value)
  1341. item.LatestValue = latest_value
  1342. return
  1343. }
  1344. type EdbInfoSmmExistCheckResp struct {
  1345. EdbInfoExistCheckResp
  1346. ExistAll bool `description:"是否全部重复"`
  1347. }
  1348. // GetEdbBaseInfoList
  1349. // @Description: 获取指标库数据列表
  1350. // @author: Roc
  1351. // @datetime 2024-01-10 14:28:22
  1352. // @param condition string
  1353. // @param pars []interface{}
  1354. // @param orderBy string
  1355. // @param startSize int
  1356. // @param pageSize int
  1357. // @return total int
  1358. // @return items []*BaseRefreshEdbInfo
  1359. // @return err error
  1360. func GetEdbBaseInfoList(condition string, pars []interface{}, orderBy string, startSize, pageSize int) (total int, items []*BaseRefreshEdbInfo, err error) {
  1361. o := orm.NewOrmUsingDB("data")
  1362. // 数量汇总
  1363. totalSql := ` SELECT count(1) FROM edb_info WHERE 1=1 `
  1364. if condition != "" {
  1365. totalSql += condition
  1366. }
  1367. err = o.Raw(totalSql, pars).QueryRow(&total)
  1368. if err != nil {
  1369. return
  1370. }
  1371. // 列表数据
  1372. sql := ` SELECT edb_info_id as edb_info_id, classify_id as classify_id,edb_code as index_code,edb_name as index_name,end_date,end_value,sys_user_id,sys_user_real_name,frequency,no_update as is_stop,terminal_code FROM edb_info WHERE 1=1 `
  1373. if condition != "" {
  1374. sql += condition
  1375. }
  1376. if orderBy != "" {
  1377. sql += ` ORDER BY ` + orderBy
  1378. } else {
  1379. sql += ` ORDER BY edb_info_id ASC `
  1380. }
  1381. sql += ` LIMIT ?,? `
  1382. _, err = o.Raw(sql, pars, startSize, pageSize).QueryRows(&items)
  1383. return
  1384. }
  1385. // ModifyEdbInfoUpdateStatus
  1386. // @Description: 修改指标库停更状态
  1387. // @author: Roc
  1388. // @datetime 2024-01-08 16:23:31
  1389. // @param edbIdList []int
  1390. // @param indexCodeList []string
  1391. // @param isStop int
  1392. // @return err error
  1393. func ModifyEdbInfoUpdateStatus(edbIdList []int, isStop int) (err error) {
  1394. idNum := len(edbIdList)
  1395. if idNum <= 0 {
  1396. return
  1397. }
  1398. o, err := orm.NewOrmUsingDB("data").Begin()
  1399. if err != nil {
  1400. return
  1401. }
  1402. defer func() {
  1403. if err != nil {
  1404. _ = o.Rollback()
  1405. return
  1406. }
  1407. _ = o.Commit()
  1408. }()
  1409. // 更改指标的更新状态
  1410. sql := ` UPDATE edb_info SET no_update = ? WHERE edb_info_id IN (` + utils.GetOrmInReplace(idNum) + `) `
  1411. _, err = o.Raw(sql, isStop, edbIdList).Exec()
  1412. if err != nil {
  1413. return
  1414. }
  1415. return
  1416. }
  1417. func GetEdbInfoCount(source int, edbCode string) (count int, err error) {
  1418. o := orm.NewOrmUsingDB("data")
  1419. sql := ` SELECT COUNT(1) AS count FROM edb_info
  1420. WHERE source=? AND edb_code = ?`
  1421. err = o.Raw(sql, source, edbCode).QueryRow(&count)
  1422. return
  1423. }
  1424. // GetEdbInfoByNameArr 根据名称获取指标
  1425. func GetEdbInfoByNameArr(names []string, edbInfoType int) (items []*EdbInfo, err error) {
  1426. if len(names) == 0 {
  1427. return
  1428. }
  1429. o := orm.NewOrmUsingDB("data")
  1430. sql := fmt.Sprintf(`SELECT edb_info_id, edb_code, edb_name FROM edb_info WHERE edb_name IN (%s) AND edb_info_type = ? `, utils.GetOrmInReplace(len(names)))
  1431. _, err = o.Raw(sql, names, edbInfoType).QueryRows(&items)
  1432. return
  1433. }
  1434. type EdbInfoEditRecord struct {
  1435. EdbInfoId int `description:"指标ID"`
  1436. EdbName string `description:"指标名称"`
  1437. Frequency string `description:"频率"`
  1438. Unit string `description:"单位"`
  1439. ClassifyId int `description:"分类id"`
  1440. CalculateFormula string `description:"计算公式"`
  1441. OperateUserId int `description:"操作人id"`
  1442. OperateUserRealName string `description:"操作人姓名"`
  1443. }
  1444. func ModifyEdbInfoBaseTimeById(edbInfoId int, cTime time.Time) (err error) {
  1445. o := orm.NewOrmUsingDB("data")
  1446. // 更新修改时间
  1447. sql := ` UPDATE edb_info SET base_modify_time = ? WHERE edb_info_id = ? `
  1448. _, err = o.Raw(sql, cTime, edbInfoId).Exec()
  1449. return
  1450. }
  1451. // GetEdbCodesBySource 根据来源获取指标编码
  1452. func GetEdbCodesBySource(source int) (items []*EdbInfo, err error) {
  1453. o := orm.NewOrmUsingDB("data")
  1454. sql := ` SELECT edb_info_id, edb_code, unique_code, classify_id FROM edb_info WHERE source = ? `
  1455. _, err = o.Raw(sql, source).QueryRows(&items)
  1456. return
  1457. }