|
|
|
@@ -169,6 +169,9 @@ public class WxPropertyContractController extends WxContractBaseController { |
|
|
|
MallUserInfo user = getUser(); |
|
|
|
wxPropertyContract.updateTenantInfo(user); |
|
|
|
wxPropertyContract.setAdjustPeriodHandle(); |
|
|
|
if (null == wxPropertyContract.getCreateType()) { |
|
|
|
wxPropertyContract.setCreateType(EnumPropertyCreateType.BY_RENT.getCode().intValue()); |
|
|
|
} |
|
|
|
if (wxPropertyContract.getCreateType().intValue() == EnumPropertyCreateType.BY_SHOP.getCode().intValue()) { |
|
|
|
if (StringUtils.isBlank(wxPropertyContract.getRentArea()) || StringUtils.isBlank(wxPropertyContract.getShopIds())) { |
|
|
|
return new ResultData("rentArea,shopIds参数不能为空"); |
|
|
|
|