|
|
@@ -526,7 +526,12 @@ public class WxAgileContractController extends WxContractBaseController { |
|
|
if (null == renevue.getRentContractId()) { |
|
|
if (null == renevue.getRentContractId()) { |
|
|
return new ResultData(Result.ERROR,"参数无效"); |
|
|
return new ResultData(Result.ERROR,"参数无效"); |
|
|
} |
|
|
} |
|
|
return new ResultData(wxAgileContractService.findRenevueByContract(renevue.getRentContractId(),renevue)); |
|
|
|
|
|
|
|
|
WxRentContractAgileRenevue ren = wxAgileContractService.findRenevueByContract(renevue.getRentContractId(),renevue); |
|
|
|
|
|
if (null != ren ) { |
|
|
|
|
|
ren.setFees(wxAgileContractService.findRenevueFeesListByContract(renevue.getRentContractId(), renevue)); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return new ResultData(ren); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
|