Commit 2c101aab by Joneq

修改历史数据

parent 5b6670f6
Showing with 0 additions and 3 deletions
package detail package detail
import ( import (
"fmt"
"strconv" "strconv"
) )
...@@ -26,9 +25,7 @@ func HistoryBussiness()(finalScore float64) { ...@@ -26,9 +25,7 @@ func HistoryBussiness()(finalScore float64) {
modelInfo := GetModelTopsetByProjectId(4) modelInfo := GetModelTopsetByProjectId(4)
h_weight = StringTurnFloat64(modelInfo["weight"]) h_weight = StringTurnFloat64(modelInfo["weight"])
fmt.Println("mapcchangdu",len(BasicInfo))
if len(BasicInfo) == 0 { if len(BasicInfo) == 0 {
fmt.Print(BasicInfo["first_order_time"])
h_totalScore = [20]float64{0} h_totalScore = [20]float64{0}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment