向前端传houseId

This commit is contained in:
sxu 2024-10-28 14:10:34 +08:00
parent 4b98e41364
commit de6358d7a7
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ public class TypeServiceImpl implements ITypeService {
// --- 数据校验 ----
if (whHouseSet == null || whHouseSet.getTypeId() == null) { continue; }
// 构造函数定义0级Tree对象
TreeSelect thisTree = new TreeSelect(whHouseSet.getId(),whHouseSet.getHouseName(),0,null);
TreeSelect thisTree = new TreeSelect(whHouseSet.getHouseId(),whHouseSet.getHouseName(),0,null);
// 从Map中直接获取对应的1级节点
TreeSelect oneLevelTree = maTypeMap.get(whHouseSet.getTypeId());
// 转换为集合存入0级Tree对象中