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,