新增了 检测题目关联的题库数量是否充足-减去对应数量后1

This commit is contained in:
wucongxing8150 2024-11-21 17:34:38 +08:00
parent 1ecc54ef24
commit 1e1dd69eec

View File

@ -267,7 +267,7 @@ func (b *Question) PutQuestionStatus(c *gin.Context) {
return return
} }
//tx.Commit() tx.Commit()
responses.Ok(c) responses.Ok(c)
} }