opt: 流量限制优化

This commit is contained in:
yanps
2024-03-15 09:11:49 +08:00
parent 5ad7a02093
commit c83881410f

View File

@@ -1839,7 +1839,7 @@ public class InstructionServiceImpl extends CommonServiceImpl<InstructionMapper,
boolean startRegionalExit = true;
boolean nextRegionalExit = true;
if(StrUtil.isEmpty(startRegion) || StrUtil.isEmpty(nextRegion)){
return true;
return false;
}
//控制指令生成
LimitRegionalDto limitRegionalDtos = limitRegionalService.selectByReging(startRegion, nextRegion);