|
|
|
@ -60,7 +60,6 @@ public class GetInformationForExcelServiceImpl extends ServiceImpl<GetInformatio |
|
|
|
.lambdaQuery() |
|
|
|
.ne(EquipmentFolderLocation::getSuffix,"RS232/RS485") |
|
|
|
.ne(EquipmentFolderLocation::getSuffix,"PLC") |
|
|
|
.eq(EquipmentFolderLocation::getId,56) |
|
|
|
.list(); |
|
|
|
if (CollectionUtils.isEmpty(locationList)) { |
|
|
|
return; |
|
|
|
|