Browse Source

新增路透数据表

longyu 3 years ago
parent
commit
7e9a6b602b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      models/edb_data_table.go

+ 2 - 0
models/edb_data_table.go

@@ -55,6 +55,8 @@ func GetEdbDataTableName(source int) (tableName string) {
 		tableName = "edb_data_calculate_time_shift"
 	case utils.DATA_SOURCE_CALCULATE_LJZTBPJ:
 		tableName = "edb_data_calculate_ljztbpj"
+	case utils.DATA_SOURCE_LT:
+		tableName = "edb_data_lt"
 	default:
 		tableName = ""
 	}