|
|
|
@@ -540,6 +540,7 @@ public class WxAgileContractController extends WxContractBaseController { |
|
|
|
WxRentContractAgileRenevue ren = wxAgileContractService.findRenevueByContract(renevue.getRentContractId(),renevue); |
|
|
|
if (null != ren ) { |
|
|
|
ren.setFees(wxAgileContractService.findRenevueFeesListByContract(renevue.getRentContractId(), renevue)); |
|
|
|
ren.setItems(wxAgileContractService.findRenevueItemListByContract(renevue.getRentContractId(), renevue)); |
|
|
|
} |
|
|
|
|
|
|
|
return new ResultData(ren); |
|
|
|
|