文件名修正
This commit is contained in:
@ -25,10 +25,6 @@ public class LoginController {
|
||||
public String getStatusByNameOrEmail() {
|
||||
String input="aaa";
|
||||
|
||||
// input 可能是名字 或 email
|
||||
UserEntity userByName = userService.getNameByEntity(input);
|
||||
UserEntity userByEmail = userService.getEmailByEntity(input);
|
||||
|
||||
if (userByName == null && userByEmail == null) {
|
||||
return "全項目に入力してください";
|
||||
}
|
||||
|
Reference in New Issue
Block a user