|
|
|
@@ -414,7 +414,9 @@ public class WxMerchantServiceImpl implements WxMerchantService { |
|
|
|
//作废合同 |
|
|
|
wxRentContractService.updateInvalidContract(wxMerchant.getRentContractId()); |
|
|
|
//合并合同-更新物业账单 |
|
|
|
wxRentContractService.updatePropertyPreviewBill(wxRentContract); |
|
|
|
if (wxRentContract.getOperationType().equals(EnumContractOperationType.WHOLE.getCode())) { |
|
|
|
wxRentContractService.updatePropertyPreviewBill(wxRentContract); |
|
|
|
} |
|
|
|
} |
|
|
|
return new ResultData(Result.SUCCESS, "商户创建成功", merchantId); |
|
|
|
} catch (Exception e) { |
|
|
|
|