Удаление пакета с мониторинга [2]
This commit is contained in:
parent
d0f9459ce8
commit
2a58d73e52
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ public class SignalRestService {
|
|||
packCode, statusCode.value(), deletedFlag);
|
||||
return false;
|
||||
}
|
||||
if (deletedFlag != 0) {
|
||||
if (deletedFlag != 1) {
|
||||
log.info("{} was not deleted", packCode);
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue