smart-man-boot/src/main/java/com/qianwen/smartman/modules/cps/service/impl/WorkstationWorkbenchServiceImpl.java
@@ -172,7 +172,7 @@ throw new ServiceException(MessageUtils.message("work.station.work.bench.name.already.exist", new Object[0])); } @Override // org.springblade.modules.cps.service.IWorkstationWorkbenchService public List<WorkstationOfWorkbenchVO> listByGroupId(Long groupId, Long settingsId, String keyWord) { List<Long> groupIds = this.workstationService.productionLineList(groupId); if (Func.isEmpty(groupId)) {