shish 5 years ago
parent
commit
c82ec6c303
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/components/stringUtil.php

+ 1 - 1
common/components/stringUtil.php

@@ -139,7 +139,7 @@ class stringUtil
             return '';
         }
         $pinyin = new Pinyin();
-        return $pinyin->abbr($string, PINYIN_KEEP_NUMBER);
+        return $pinyin->abbr($string, PINYIN_KEEP_ENGLISH);
     }
 
     //取随机数