| | |
| | | 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 + "'," + |
| | |
| | | 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 + "',"); |