|
@@ -30,7 +30,10 @@ func HandleExcelDataByEdbLib(dataMap map[string]map[string]string, indexNameList
|
|
|
|
|
|
// 指标处理的路由地址
|
|
|
urlStr := "sci/handle/excel_data"
|
|
|
- postRefreshEdbData(param, urlStr)
|
|
|
+ _, err := postRefreshEdbData(param, urlStr)
|
|
|
+ if err != nil {
|
|
|
+ global.LOG.Info("调用指标库公共服务处理数据失败,err:" + err.Error())
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
type BaseResponse struct {
|