|
|
|
@@ -69,7 +69,7 @@ public class WxPropertyContractController extends WxContractBaseController { |
|
|
|
} |
|
|
|
wxPropertyContract.updateTenantInfo(getTenantInfo()); |
|
|
|
Map<String, Object> result = new HashMap<>(); |
|
|
|
wxPropertyContract.setSortColumns(SortField.Createtime_DESC); |
|
|
|
wxPropertyContract.setSortColumns("updatetime desc"); |
|
|
|
WxUserDataRule dataRule = this.getCurrentDataFloors(); |
|
|
|
if (null != dataRule) { |
|
|
|
wxPropertyContract.setFloorForRule(dataRule.getFloorIds()); |
|
|
|
|