| | |
| | | |
| | | // 夿æ¯å¦æsetç æè
PCSç éå¤çé¨å |
| | | ds = oCN.RunProcReturn("select top 1 HEntryID from Gy_PNLInfoSub where HSetNo in " + HSetNoInStr |
| | | + "AND HPCSNo in " + HPCSNoInStr, "Gy_PNLInfoSub"); |
| | | + "AND HPCSNo in " + HPCSNoInStr + "AND HInterID = " + currHInterID, "Gy_PNLInfoSub"); |
| | | //LogService.Write("æ§è¡ SQL è¯å¥: select top 1 HEntryID from Gy_PNLInfoSub where HSetNo in " + HSetNoInStr |
| | | // + "AND HPCSNo in " + HPCSNoInStr); |
| | | |
| | |
| | | oCN.RollBack(); |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "setç æè
PCSç æéå¤ï¼"; |
| | | objJsonResult.Message = "Setç æè
PCSç æéå¤ï¼"; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |