Commit e0f170b6 by Joneq

个人企业暂时取默认值

parent 777d92c0
Showing with 1 additions and 1 deletions
......@@ -17,7 +17,7 @@ func EnterPriseCredit()(finalScore float64) {
e_weight = StringTurnFloat64(modelInfo["weight"])
//取默认值,暂时不查
e_totalScore := [20]float64{10}
e_totalScore := [20]float64{34}
finalScore = SetProjectScore(e_totalScore,e_weight,StringTurnFloat64(modelInfo["full_score"]))
SetInsertScoreChanFooter(1,0,2)
......
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