Commit 5b2b8ec9 by Joneq

个人企业暂时取默认值

parent f6d438b8
......@@ -17,7 +17,7 @@ func EnterPriseCredit()(finalScore float64) {
e_weight = StringTurnFloat64(modelInfo["weight"])
//取默认值,暂时不查
e_totalScore := [20]float64{10}
e_totalScore := [20]float64{5}
finalScore = SetProjectScore(e_totalScore,e_weight,StringTurnFloat64(modelInfo["full_score"]))
SetInsertScoreChanFooter(1,0,2)
......
......@@ -28,7 +28,7 @@ func PersonalCredit()(finalScore float64) {
p_weight = StringTurnFloat64(modelInfo["weight"])
//取默认值,暂时不查
p_totalScore := [20]float64{30}
p_totalScore := [20]float64{17}
finalScore = SetProjectScore(p_totalScore,p_weight,StringTurnFloat64(modelInfo["full_score"]))
SetInsertScoreChanFooter(1,0,3)
return finalScore
......
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