Commit d7a44a4e authored by 徐州's avatar 徐州

新增日志

parent 712ac782
......@@ -950,7 +950,7 @@ public class UserEntity extends DomainObject implements Cloneable {
getUpdateUserid()).append(
"UpdateUsername", getUpdateUsername()).append("UpdateTime", getUpdateTime()).append("UpdateIp",
getUpdateIp()).append(
"showMobile" + getShowMobile()
"showMobile=" + getShowMobile()
)
.toString();
......
......@@ -298,6 +298,7 @@ public class UserImpl implements IUser {
response.setResultCode(ReturnResult.FAIL.getResultCode());
response.setResultMessage(ex.getMessage());
}
logger.error("数据库登录查询:" + response.getObjectList().toString());
return response;
}
......
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