Commit 998051f2 authored by 成亚卿's avatar 成亚卿

添加注释

parent 0e07f9b1
......@@ -328,6 +328,7 @@ public class IndexController extends Controller {
} else {
//执行+1或=1的操作
Db.update(Db.getSqlPara("updateForErr", cond));
//同步到redis ChengYaqing 20210224
User byId = User.dao.findById(user.getId());
InfoUser.saveUser(byId);
return false;
......
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