Explorar el Código

fix: change personAddActivityValue struct when ManualScore

master
shenjiachi hace 1 día
padre
commit
4f406b8bf4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/hdl/institutional_management/egg_energy/hdl_egg_point.go

+ 1
- 1
app/hdl/institutional_management/egg_energy/hdl_egg_point.go Ver fichero

@@ -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"),


Cargando…
Cancelar
Guardar