yangys
2024-05-19 9e5da8899bc21bb5b6b0a3c267108caa00199291
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)) {