|
|
@ -517,11 +517,6 @@ public class IcNatServiceImpl extends BaseServiceImpl<IcNatDao, IcNatEntity> imp |
|
|
|
needUpdate = true; |
|
|
|
} |
|
|
|
|
|
|
|
if (!natAddress.equals(resiNat.getNatAddress())) { |
|
|
|
resiNat.setNatAddress(natAddress); |
|
|
|
needUpdate = true; |
|
|
|
} |
|
|
|
|
|
|
|
if (!mobile.equals(resiNat.getMobile())) { |
|
|
|
resiNat.setMobile(mobile); |
|
|
|
needUpdate = true; |
|
|
|