duhe
2025-12-22 6482b2e564a9d1d612efce0347bb1988e3ec94af
WebAPI/Controllers/华远datamapping/Gy_PNLInfoController.cs
@@ -284,9 +284,10 @@
                    return objJsonResult;
                }
                string sql1 = "insert into Gy_PNLInfo(HLayOutName,HIcon,HRowCount,HColCount,HMaker,HMakeDate,HPNLPosition_x,HPNLPosition_y) values(" +
                string sql1 = "insert into Gy_PNLInfo(HLayOutName,HIcon,HMirrorType,HRowCount,HColCount,HMaker,HMakeDate,HPNLPosition_x,HPNLPosition_y) values(" +
                    "N'" + list[0].HLayOutName + "'," +
                    "N'" + list[0].HIcon + "'," +
                    "N'" + list[0].HMirrorType + "'," +
                    "N'" + list[0].HRowCount + "'," +
                    "N'" + list[0].HColCount + "'," +
                    "N'" + list[0].HMaker + "'," +
@@ -583,6 +584,7 @@
                sb.Append("Update Gy_PNLInfo set ");
                sb.Append("HLayOutName=N'"+ list[0].HLayOutName + "',");
                sb.Append("HIcon=N'" + list[0].HIcon + "',");
                sb.Append("HMirrorType=N'" + list[0].HMirrorType + "',");
                sb.Append("HRowCount=N'" + list[0].HRowCount + "',");
                sb.Append("HColCount=N'" + list[0].HColCount + "',");
                sb.Append("HPNLPosition_x=N'" + list[0].HPNLPosition_x + "',");