Commit 0e07f9b1 authored by 成亚卿's avatar 成亚卿

出错次数同步到redis

parent e0f4fec6
......@@ -328,6 +328,8 @@ public class IndexController extends Controller {
} else {
//执行+1或=1的操作
Db.update(Db.getSqlPara("updateForErr", cond));
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