|
@@ -166,6 +166,8 @@ func GetEdbDataTableName(source, subSource int) (tableName string) {
|
|
|
tableName = "edb_data_calculate_rjz"
|
|
|
case utils.DATA_SOURCE_PREDICT: // 基础预测指标->30
|
|
|
tableName = "edb_data_predict_base"
|
|
|
+ case utils.DATA_SOURCE_LY: // 粮油商务网->91
|
|
|
+ tableName = "edb_data_ly"
|
|
|
default:
|
|
|
edbSource := EdbSourceIdMap[source]
|
|
|
if edbSource != nil {
|