liuying
2024-05-09 356201b0d42c17a23be452494a9b3ef7b3d9db88
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;