浏览代码

粮油商务网-刷新指标

gmy 8 月之前
父节点
当前提交
5fe0eb0e0f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      models/edb_data_table.go

+ 2 - 0
models/edb_data_table.go

@@ -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 {