| | |
| | | |
| | | string attrString = ""; |
| | | List<ColumnModel> newColumnNameList = ListHelper.RemoveAttrForUpdateMode(param.ColumnNameList); |
| | | for (int i = 0; i < newColumnNameList.Count; ++i) |
| | | { |
| | | attrString += StructStrHelper.GenerateAttributeForUpdateModel(newColumnNameList[i], param); |
| | | } |
| | | str = str.Replace("$UpdateAttributes$", attrString); |
| | | |
| | | //浼樺寲锛岃繖涓湴鏂逛笉鐢ㄤ簡 |
| | | //for (int i = 0; i < newColumnNameList.Count; ++i) |
| | | //{ |
| | | // attrString += StructStrHelper.GenerateAttributeForUpdateModel(newColumnNameList[i], param); |
| | | //} |
| | | //str = str.Replace("$UpdateAttributes$", attrString); |
| | | |
| | | attrString = ""; |
| | | for (int i = 0; i < newColumnNameList.Count; ++i) |