@@ -25,6 +25,7 @@ func SyncEdbDataByPb(edbInfoId int64, edbCode, startDate, endDate string) (err e
}
}()
addEdbCode:=edbCode
+
edbCode=url.QueryEscape(edbCode)
pbUrl := utils.Hz_Data_PB_Url + `edbInfo/pb?EdbCode=%s&StartDate=%s&EndDate=%s`
pbUrl = fmt.Sprintf(pbUrl, edbCode, startDate, endDate)