|
@@ -110,6 +110,7 @@ public class AdmModelController {
|
|
vo.setStatus(admModelFile.getStatus());
|
|
vo.setStatus(admModelFile.getStatus());
|
|
vo.setUserId(admModelFile.getUserId());
|
|
vo.setUserId(admModelFile.getUserId());
|
|
vo.setUserName(admModelFile.getUserName());
|
|
vo.setUserName(admModelFile.getUserName());
|
|
|
|
+ vo.setCreationTime(admModelFile.getCreationTime());
|
|
}
|
|
}
|
|
// 4.处理一下排序
|
|
// 4.处理一下排序
|
|
List<BuildingVo> buildingVos = CollUtil.newArrayList(buildingVoMap.values()).stream()
|
|
List<BuildingVo> buildingVos = CollUtil.newArrayList(buildingVoMap.values()).stream()
|