管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-02-07 a3c6000b9c452915e98abc069c4a06c34b2740e1
JavaCode/FrmMyBatisPlus.cs
@@ -320,6 +320,10 @@
                str += strs[i].Length == 1 ? strs[i] : ToUpperFirst(strs[i]);
            }
            if (str.Length == 1 && firstUpper)
            {
                return str.ToUpper();
            }
            return str;
        }