|
@@ -144,7 +144,7 @@ public class AlgorithmService implements IAlgorithmService {
|
|
|
@Transactional
|
|
|
public void executeFalseAlarm(AlgorithmBo algorithmBo) {
|
|
|
WarningBo warningBo = new WarningBo();
|
|
|
- if (StrUtil.isNotBlank(algorithmBo.getSortieNo())) {
|
|
|
+ if (StrUtil.isBlank(algorithmBo.getSortieNo())) {
|
|
|
throw new BusinessException("架次号不能为空!");
|
|
|
}
|
|
|
if (ObjectUtil.isEmpty(algorithmBo.getOssId())) {
|