Commit 9dd1072aab6751d75bdd069b0f59b1c6f5bdc02b
1 parent
046bbaedd9
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostkfFaccade.java
View file @
9dd1072
... | ... | @@ -106,7 +106,7 @@ |
106 | 106 | { |
107 | 107 | int compareStatus = -1; |
108 | 108 | int currentStatus = postkfModel.getStatus().get(postkfModel.getStatus().size() - 1); |
109 | - for (int i = 1 ; i < postkfModel.getStatus().size()-1; i++) | |
109 | + for (int i = 1 ; i < postkfModel.getStatus().size(); i++) | |
110 | 110 | { |
111 | 111 | if (postModel.getStatus().contains(currentStatus - i)) |
112 | 112 | { |