|
@@ -54,10 +54,7 @@ public class Position
|
|
|
|
|
|
public void InitAddress()
|
|
|
{
|
|
|
- if (string.IsNullOrEmpty(Address))
|
|
|
- {
|
|
|
- Address = $"{Province}{City}{County}{Town}";
|
|
|
- FullAddress = $"{Address}{Street}";
|
|
|
- }
|
|
|
+ Address = $"{Province}{City}{County}{Town}";
|
|
|
+ FullAddress = $"{Address}{Street}";
|
|
|
}
|
|
|
}
|