|
@@ -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 = ""
|
|
|
}
|