Commit f6d438b8 by Joneq

个人企业暂时取默认值

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