Commit e89938f516c5a6f26435f49bd554f32dd86db6e9
1 parent
ff38de453a
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/ApplyOrderFacade.java
View file @
e89938f
| ... | ... | @@ -1795,7 +1795,7 @@ |
| 1795 | 1795 | JSONObject jsonObject = JSONObject.parseObject(s); |
| 1796 | 1796 | |
| 1797 | 1797 | Object codeObj = jsonObject.get("code"); |
| 1798 | - if (codeObj != null && "200".equals(codeObj.toString())) | |
| 1798 | + if (codeObj != null && "200".equals(codeObj.toString()) && s.contains("true")) | |
| 1799 | 1799 | { |
| 1800 | 1800 | return true; |
| 1801 | 1801 | } |