LingxinMeng 1 년 전
부모
커밋
f14cc40424
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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,