|
|
|
@@ -191,6 +191,9 @@ public class WxPropertyContractController extends BaseController { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxRentContractController::buildBillPriceList"); |
|
|
|
WxPropertyContract dbRent = wxPropertyContractMapper.selectByPrimaryKey(wxPropertyContract.getId()); |
|
|
|
dbRent.setPreviewBillRentList(wxPropertyContract.getPreviewBillRentList()); |
|
|
|
if(dbRent.getRentStartType()!=null && dbRent.getRentStartType().equals(EnumRentStartType.STARTTIME.getCode())){ |
|
|
|
dbRent.setRentalStartDate(dbRent.getStartDate()); |
|
|
|
} |
|
|
|
List<WxBillProperty> result = wxPropertyContractService.buildProperty(new WxMerchant(),getUserId(),dbRent, EnumIsPreview.YES.getCode(), false); |
|
|
|
return new ResultData(result); |
|
|
|
} |
|
|
|
|