|
|
|
@@ -88,7 +88,7 @@ public class WxRentContractController extends WxContractBaseController { |
|
|
|
wxRentContract = new WxRentContract(); |
|
|
|
} |
|
|
|
wxRentContract.updateTenantInfo(getTenantInfo()); |
|
|
|
wxRentContract.setSortColumns(SortField.Createtime_DESC); |
|
|
|
wxRentContract.setSortColumns(" updatetime desc"); |
|
|
|
//Map<String, Object> result = wxRentContractService.listAsPage(wxRentContract, pageNum, pageSize); |
|
|
|
WxUserDataRule dataRule = this.getCurrentDataFloors(); |
|
|
|
if (null != dataRule) { |
|
|
|
|