Commit 91f3900e85863b0299734a2a59b042f3356de24e

Authored by yangfei
1 parent 8a365c6080

查询号bug修改

Showing 1 changed file with 1 additions and 3 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ 91f3900
... ... @@ -559,12 +559,10 @@
559 559 jws.add("7");
560 560 }
561 561 if (pastHistory.contains("其他["))
562   -
563 562 {//8其他
564   - map.put("jwsOther", pastHistory.substring(pastHistory.indexOf("其他") + 3, pastHistory.length() - 1));
  563 + map.put("jwsOther", pastHistory.substring(pastHistory.indexOf("其他") + 2, pastHistory.length()));
565 564 }
566 565 if (CollectionUtils.isEmpty(jws))
567   -
568 566 {
569 567 jws.add("1");//无
570 568 }