|
|
|
@ -144,6 +144,7 @@ public class GetInformationForExcelServiceImpl extends ServiceImpl<GetInformatio |
|
|
|
//对应的批次号为1 |
|
|
|
batchNo = 1; |
|
|
|
} else if ((Integer)resultList.get(0).get("batchNo")==null){ |
|
|
|
batchNo = 1; |
|
|
|
EquipmentFolderSortEntity equipmentFolderSortEntity = new EquipmentFolderSortEntity(); |
|
|
|
equipmentFolderSortEntity.setId((int)resultList.get(0).get("id")); |
|
|
|
equipmentFolderSortEntity.setSite(equipmentFolderLocation.getSite()); |
|
|
|
|