pull/70/head
周竞由 3 months ago
parent f0ba8d6cc4
commit 59614aaaa5

@ -101,7 +101,7 @@ public class RegisterService {
RepairerAuth repairman = new RepairerAuth();
repairman.setUsername(username);
repairman.setPassword(password);
repairman.setPassword(password);// 使用BCrypt加密后的密码
repairman.setRepairmanId(request.getRepairmanId());
repairman.setAccountStatus(RepairerAuth.AccountStatus.active);

Loading…
Cancel
Save