222
schangxiang@126.com
2025-05-06 e8f85cd9f369f8290d55b0e041be35c9c0b50fb6
Weben_CMS专用代码生成器/Code/Generate/AppService/AppService_Generate.cs
@@ -21,7 +21,7 @@
            CommonHelper.CommonReplaceStr(param, ref str);
            string attrString = "";
            List<ColumnModel> newColumnNameList = ListHelper.RemoveAttrForExport(param.ColumnNameList);
            List<ColumnModel> newColumnNameList = ListHelper.RemoveAttrForUpdateMode(param.ColumnNameList);
            for (int i = 0; i < newColumnNameList.Count; ++i)
            {
                attrString += StructStrHelper.GenerateAttributeForUpdateModel(newColumnNameList[i], param);