Commit 7b4dd1e0 authored by liming's avatar liming

文本编辑器和文件上传

parent 4d866872
......@@ -119,6 +119,7 @@ public class SimpleMatchService {
if (simpleMatch.getId() != null && simpleMatch.getId() > 0) {
simpleMatchMapper.updateById(simpleMatch);
} else {
simpleMatch.setStatus(10);
simpleMatchMapper.insert(simpleMatch);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment