文件名修正

This commit is contained in:
2025-05-08 11:26:28 +09:00
parent 011821c6be
commit 55997855f6
7 changed files with 29 additions and 27 deletions

View File

@ -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 "全項目に入力してください";
}