Browse Source

[租赁物业合同][修改][初始化Map长度]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
959c704770
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxRentPropertyContractServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxRentPropertyContractServiceImpl.java View File

@@ -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();


Loading…
Cancel
Save