|
|
|
@@ -365,7 +365,7 @@ public class WxShopServiceImpl implements WxShopService { |
|
|
|
if (StringUtils.isBlank(record.getOperationArea()) || "0".equals(record.getOperationArea())) { |
|
|
|
record.setOperationArea(record.getBuildArea()); |
|
|
|
} |
|
|
|
|
|
|
|
record.setShopNumber(StringUtils.trimToNull(record.getShopNumber())); |
|
|
|
//如果是写字楼住宅,则自动新增虚拟商户 |
|
|
|
if (record.getType() == EnumRentShopType.XIZILOU.getCode()) { |
|
|
|
WxMerchant merchant = new WxMerchant(); |
|
|
|
|