提交 6555e735 编写于 作者: C Captain.B

去掉引号

上级 2cf70f94
...@@ -53,7 +53,7 @@ public class UserService { ...@@ -53,7 +53,7 @@ public class UserService {
User user1 = userMapper.selectByPrimaryKey(id); User user1 = userMapper.selectByPrimaryKey(id);
if (user1 != null) { if (user1 != null) {
MSException.throwException(Translator.get("user_id_already_exists")); MSException.throwException(Translator.get("user_id_already_exists"));
}else{ } else {
createUser(user); createUser(user);
} }
return getUserDTO(user.getId()); return getUserDTO(user.getId());
......
...@@ -30,6 +30,6 @@ user_email_is_null=User email cannot be null ...@@ -30,6 +30,6 @@ user_email_is_null=User email cannot be null
password_is_null=Password cannot be null password_is_null=Password cannot be null
workspace_not_exists=Workspace is not exists workspace_not_exists=Workspace is not exists
#api #api
api_load_script_error="Load script error" api_load_script_error=Load script error
user_id_already_exists="User ID already exists" user_id_already_exists=User ID already exists
password_modification_failed="Password modification failed" password_modification_failed=Password modification failed
\ No newline at end of file \ No newline at end of file
...@@ -30,6 +30,6 @@ user_email_is_null=用户邮箱不能为空 ...@@ -30,6 +30,6 @@ user_email_is_null=用户邮箱不能为空
password_is_null=密码不能为空 password_is_null=密码不能为空
workspace_not_exists=工作空间不存在 workspace_not_exists=工作空间不存在
#api #api
api_load_script_error="读取脚本失败" api_load_script_error=读取脚本失败
user_id_already_exists="用户id已存在" user_id_already_exists=用户id已存在
password_modification_failed="密码修改失败" password_modification_failed=密码修改失败
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册