Commit fcc4c1ec authored by leyboy's avatar leyboy

注释

parent 3c5affeb
......@@ -70,7 +70,7 @@ public class UserService extends BaseService<User, String> {
dao.insert(user);
return true;
} else {
//
//如果能查到相关user记录,进行更新
User findUser = dao.queryByList(userPage).get(0);
logger.info("findUser: {}", findUser);
User updateUser = new User();
......
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