|
|
|
@@ -93,6 +93,7 @@ public class WxAgileContractController extends WxContractBaseController { |
|
|
|
wxRentContract.setBusinessForRule(dataRule.getBussinessIds()); |
|
|
|
wxRentContract.setShopTypeForRule(dataRule.getShopTypes()); |
|
|
|
} |
|
|
|
wxRentContract.setMainContract(EnumYesOrNo.YES.getCode()); |
|
|
|
PageInfo<WxRentContract> page = wxAgileContractService.getRentContractList(wxRentContract, pageNum, pageSize); |
|
|
|
Integer hasFlow = null; |
|
|
|
if (null != page && null != page.getList()) { |
|
|
|
@@ -105,6 +106,8 @@ public class WxAgileContractController extends WxContractBaseController { |
|
|
|
} |
|
|
|
} |
|
|
|
wrc.setFlowHas(hasFlow); |
|
|
|
//查询影子合同 |
|
|
|
wrc.setChild(wxAgileContractService.findYingZiContract(wrc.getId(), wrc)); |
|
|
|
} |
|
|
|
} |
|
|
|
return new ResultData(page); |
|
|
|
|