Commit 06fe45cff5385387bff4f5e4f9877b45003fce71

Authored by litao@lymsh.com
1 parent c7ed556158

改字段

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ 06fe45c
... ... @@ -1752,7 +1752,7 @@
1752 1752 }
1753 1753 }
1754 1754 }
1755   - return sb.toString().substring(0, sb.toString().length() - 1);
  1755 + return sb.length() == 0 ? "" : sb.toString().substring(0, sb.toString().length() - 1);
1756 1756 }
1757 1757 return "";
1758 1758 }