|
|
|
@@ -81,7 +81,7 @@ public class WxRentContractController extends WxContractBaseController { |
|
|
|
//Map<String, Object> result = wxRentContractService.listAsPage(wxRentContract, pageNum, pageSize); |
|
|
|
|
|
|
|
Map<String, Object> result = new HashMap<>(); |
|
|
|
result.put("rentContractStatusInfo", ); |
|
|
|
//result.put("rentContractStatusInfo", ); |
|
|
|
result.put("pageInfo", wxRentContractService.getRentContractList(wxRentContract, pageNum, pageSize)); |
|
|
|
return new ResultData(); |
|
|
|
} |
|
|
|
|