| | |
| | | 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 + "'," + |
| | |
| | | [HttpPost] |
| | | public object EditBill([FromBody] JObject oMain) |
| | | { |
| | | oCN.BeginTran(); |
| | | try |
| | | { |
| | | var _value = oMain["oMain"].ToString(); |
| | |
| | | return objJsonResult; |
| | | } |
| | | |
| | | oCN.BeginTran(); |
| | | |
| | | DataSet ds_editCheck; |
| | | //ä¿ååæ§å¶========================================= |
| | | ds_editCheck = oCN.RunProcReturn("Exec h_p_Gy_PNLInfo_BeforeSaveCtrl " + msg4 + ",'2'", "h_p_Gy_PNLInfo_BeforeSaveCtrl"); |
| | |
| | | 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 + "',"); |