瀏覽代碼

Merge branch 'feature/jiayue_index' into debug

hsun 1 年之前
父節點
當前提交
b3b639788b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      services/data/base_edb_lib.go

+ 1 - 0
services/data/base_edb_lib.go

@@ -127,6 +127,7 @@ func RefreshEdbData(edbInfoId, source int, edbCode, startDate string) (resp *mod
 	param["EdbCode"] = edbCode
 	param["EdbInfoId"] = edbInfoId
 	param["StartDate"] = startDate
+	param["Source"] = source
 	urlStr := ``
 	switch source {
 	case utils.DATA_SOURCE_THS: