Codgic / codgic-web-legacy

:bug: A free, open-source Online Judge alternative. Coding Magic.
GNU General Public License v3.0
13 stars 1 forks source link

多个人同时加题的时候,会出现覆盖的情况 #15

Closed t123yh closed 8 years ago

t123yh commented 8 years ago

解决方案:在新建题目的时候,将题目 ID 置为 -1,提交时再分配题目 ID。

t123yh commented 8 years ago

我已经开始修复