iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Util/ChineseSpell/MnemonicCodeUtil.cs
@@ -155,6 +155,10 @@ /// <returns></returns> public static string funChineseSpell(string strChinese, bool IsName) { if (string.IsNullOrWhiteSpace(strChinese)) { return string.Empty; } string strSpell, strThis; int i, numCount, numIndex; char[] chrWord;