diff --git a/app/hdl/institutional_management/egg_energy/hdl_egg_point.go b/app/hdl/institutional_management/egg_energy/hdl_egg_point.go index cad2359..36f673e 100644 --- a/app/hdl/institutional_management/egg_energy/hdl_egg_point.go +++ b/app/hdl/institutional_management/egg_energy/hdl_egg_point.go @@ -323,7 +323,7 @@ func ManualScore(c *gin.Context) { CollegeLearningNums: scoreDoc.CollegeLearningNums, ViolateNums: scoreDoc.ViolateNums, BrowseInterfaceNums: scoreDoc.BrowseInterfaceNums, - PersonAddActivityValue: scoreDoc.PersonAddActivityValue, + PersonAddActivityValue: utils.Float64ToStr(scoreDoc.PersonAddActivityValue), Score: req.Score, Date: fmt.Sprintf("%s-%s", year, week), CreateAt: now.Format("2006-01-02 15:04:05"), diff --git a/go.mod b/go.mod index 8ace5cf..134ed62 100644 --- a/go.mod +++ b/go.mod @@ -33,7 +33,7 @@ require ( ) require ( - code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241227063935-e6bf4d057f14 + code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241227102847-f4a6450c27aa code.fnuoos.com/EggPlanet/egg_system_rules.git v0.0.4-0.20241227073118-a441564375e2 code.fnuoos.com/go_rely_warehouse/zyos_go_es.git v1.0.1-0.20241118083738-0f22da9ba0be code.fnuoos.com/go_rely_warehouse/zyos_go_mq.git v0.0.5