Merge remote-tracking branch 'origin/liaoning' into liaoning

This commit is contained in:
2025-05-21 11:10:11 +08:00
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;
}