| | |
| | | boolean status = false; |
| | | if (null!=one){ |
| | | //修改 |
| | | if (null!= one.getAccount()) { |
| | | if (null!= user.getAccount()) { |
| | | one.setAccount(user.getAccount()); |
| | | } |
| | | if (null!= one.getCardid()) { |
| | | if (null!= user.getCardid()) { |
| | | one.setCardid(user.getCardid()); |
| | | } |
| | | if (null!= one.getPassword()) { |
| | | if (null!= user.getPassword()) { |
| | | one.setPassword(user.getPassword()); |
| | | } |
| | | if (null!= one.getAvatar()) { |
| | | if (null!= user.getAvatar()) { |
| | | one.setAvatar(user.getAvatar()); |
| | | } |
| | | if (null!= one.getPhone()) { |
| | | if (null!= user.getPhone()) { |
| | | one.setPhone(user.getPhone()); |
| | | } |
| | | if (null!= one.getRealName()) { |
| | | if (null!= user.getRealName()) { |
| | | one.setRealName(user.getRealName()); |
| | | } |
| | | one.setUpdateTime(new Date()); |