linhw 2024-05-29 19:53:06 +08:00
parent 2535d8add3
commit c70366de48
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ public class AppLoginController {
if (appRegister != null) {
AppRegister entity = new AppRegister();
entity.setId(appRegister.getId());
appRegister.setStatus(1);
entity.setStatus(1);
appRegisterService.updateAppRegister(entity);
AppUser appUser = new AppUser();
BeanUtils.copyBeanProp(appUser, appRegister);