LingxinMeng 1 tahun lalu
induk
melakukan
f14cc40424
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      amd64/score_server/handler/h_exam.go

+ 1 - 0
amd64/score_server/handler/h_exam.go

@@ -732,6 +732,7 @@ func Offline(c *gin.Context) {
 		})
 		return
 	}
+	// todo 这里可能会修改多条数据
 	mapper.UpdateDeductScoreOffline(param)
 	c.JSON(http.StatusOK, commonEntity.Response{
 		Code: 200,