向前端传houseId
This commit is contained in:
parent
4b98e41364
commit
de6358d7a7
|
|
@ -343,7 +343,7 @@ public class TypeServiceImpl implements ITypeService {
|
||||||
// --- 数据校验 ----
|
// --- 数据校验 ----
|
||||||
if (whHouseSet == null || whHouseSet.getTypeId() == null) { continue; }
|
if (whHouseSet == null || whHouseSet.getTypeId() == null) { continue; }
|
||||||
// 构造函数定义0级Tree对象
|
// 构造函数定义0级Tree对象
|
||||||
TreeSelect thisTree = new TreeSelect(whHouseSet.getId(),whHouseSet.getHouseName(),0,null);
|
TreeSelect thisTree = new TreeSelect(whHouseSet.getHouseId(),whHouseSet.getHouseName(),0,null);
|
||||||
// 从Map中直接获取对应的1级节点
|
// 从Map中直接获取对应的1级节点
|
||||||
TreeSelect oneLevelTree = maTypeMap.get(whHouseSet.getTypeId());
|
TreeSelect oneLevelTree = maTypeMap.get(whHouseSet.getTypeId());
|
||||||
// 转换为集合存入0级Tree对象中
|
// 转换为集合存入0级Tree对象中
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue