|
|
|
@@ -258,7 +258,10 @@ public class WxPropertyContract extends TenantEntity { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
public String getShopNumber() { |
|
|
|
public String getBillShopNumber() { |
|
|
|
if (null == this.createType) { |
|
|
|
return ""; |
|
|
|
} |
|
|
|
StringBuffer sb = new StringBuffer(""); |
|
|
|
if (this.createType.intValue() == EnumPropertyCreateType.BY_RENT.getCode().intValue()) { |
|
|
|
String rentInfo = this.getRentInfo(); |
|
|
|
|