提交代码

This commit is contained in:
hzj
2025-05-21 10:07:39 +08:00
parent 5a5344a659
commit ca33bc5760
11 changed files with 374 additions and 0 deletions

View File

@@ -3977,6 +3977,9 @@ public class TerminalBaseServiceImpl extends ServiceImpl<LineMapper, Line> imple
}else {
throw new BusinessException("暂无变动的装置测点推送");
}
if(CollectionUtils.isEmpty(preCommandDTOList)){
throw new BusinessException("暂无变动的装置测点推送");
}
return preCommandDTOList;
}