提交 813159b5 authored 作者: Whispa's avatar Whispa

commit commit

上级 77e449a6
......@@ -129,8 +129,8 @@ public class UserController extends Controller {
Integer sentCount = user.getSentCount();
if( sentCount == null ){
user.setSentCount(3);
sentCount = 3;
user.setSentCount(-1);
sentCount = -1;
}
System.err.println(sentCount);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论