Browse Source

test 嘉悦

hsun 1 year ago
parent
commit
256840c1e4
1 changed files with 1 additions and 0 deletions
  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: