管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-02-07 23436f033fb6bf8b5a4ac18c7927f6ada671e2f1
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;
        }