Commit 6f1b239a32f86f33f3b2d882b2c8d39938bffc73

Authored by liquanyu
1 parent 37a1dda185

update

Showing 1 changed file with 2 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/utils/StringUtils.java View file @ 6f1b239
... ... @@ -419,7 +419,8 @@
419 419 if (numCode != null)
420 420 {
421 421 StringBuffer sb = new StringBuffer(String.valueOf(numCode));
422   - sb.insert(6,"-");
  422 + sb.insert(8,"-");
  423 + return sb.toString();
423 424 }
424 425 return "";
425 426 }