|
@@ -1,10 +1,10 @@
|
|
package models
|
|
package models
|
|
|
|
|
|
import (
|
|
import (
|
|
|
|
+ "eta/eta_index_lib/utils"
|
|
"fmt"
|
|
"fmt"
|
|
"github.com/beego/beego/v2/client/orm"
|
|
"github.com/beego/beego/v2/client/orm"
|
|
"github.com/shopspring/decimal"
|
|
"github.com/shopspring/decimal"
|
|
- "hongze/hongze_edb_lib/utils"
|
|
|
|
"strconv"
|
|
"strconv"
|
|
"strings"
|
|
"strings"
|
|
"time"
|
|
"time"
|
|
@@ -61,7 +61,6 @@ func AddEdbDataFromManual(edbCode string) (err error) {
|
|
}
|
|
}
|
|
sValue = tmpDecimal.Round(4).String()
|
|
sValue = tmpDecimal.Round(4).String()
|
|
|
|
|
|
-
|
|
|
|
dataTime, err := time.ParseInLocation(utils.FormatDate, eDate, time.Local)
|
|
dataTime, err := time.ParseInLocation(utils.FormatDate, eDate, time.Local)
|
|
if err != nil {
|
|
if err != nil {
|
|
return err
|
|
return err
|