@@ -85,6 +85,9 @@ public class TbMsWebMemberService {
if (entity != null) {
obj.setPassword(entity.getPassword());
}
+ else {
+ obj.setPassword("");
+ }
this.repo.save(obj);
return obj.toDto();