opt: 流量限制优化
This commit is contained in:
@@ -1839,7 +1839,7 @@ public class InstructionServiceImpl extends CommonServiceImpl<InstructionMapper,
|
|||||||
boolean startRegionalExit = true;
|
boolean startRegionalExit = true;
|
||||||
boolean nextRegionalExit = true;
|
boolean nextRegionalExit = true;
|
||||||
if(StrUtil.isEmpty(startRegion) || StrUtil.isEmpty(nextRegion)){
|
if(StrUtil.isEmpty(startRegion) || StrUtil.isEmpty(nextRegion)){
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
//控制指令生成
|
//控制指令生成
|
||||||
LimitRegionalDto limitRegionalDtos = limitRegionalService.selectByReging(startRegion, nextRegion);
|
LimitRegionalDto limitRegionalDtos = limitRegionalService.selectByReging(startRegion, nextRegion);
|
||||||
|
|||||||
Reference in New Issue
Block a user