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