|
|
|
@@ -45,7 +45,7 @@ public class WxRentPropertyContractServiceImpl implements WxRentPropertyContract |
|
|
|
|
|
|
|
@Override |
|
|
|
public ResultData getContractInfo(Long id) { |
|
|
|
Map<String, Object> data = new HashMap<>(); |
|
|
|
Map<String, Object> data = new HashMap<>(2); |
|
|
|
Map<String, Object> rent = wxRentContractService.getById(id); |
|
|
|
data.put("rent", rent); |
|
|
|
WxPropertyContract wxPropertyContractQuery = new WxPropertyContract(); |
|
|
|
|