excel批量导入、bug修改 --renpc

This commit is contained in:
Renpc-kilig 2023-11-16 18:30:47 +08:00
parent 11f80c4e6d
commit 1d50f9c4cd

View File

@ -220,7 +220,7 @@ public class ResidentialController extends AbstractController {
// 插入楼栋信息获取小区信息
List<ResidentialDTO> residentialDTOList1 = residentialService.list(params);
if(!CollectionUtils.isEmpty(residentialDTOList)) {
if(!CollectionUtils.isEmpty(residentialDTOList1)) {
BuildingVO buildingVO = new BuildingVO();
buildingVO.setStreetName(data.getStreet());
buildingVO.setCommunityName(data.getCommunity());