chenhaozhe
2025-06-26 ae4902061bc8e34f341d55b85f28acdf24d3b9dc
WebAPI/Controllers/»ªÔ¶datamapping/Gy_PNLInfoController.cs
@@ -354,7 +354,7 @@
                // åˆ¤æ–­æ˜¯å¦æœ‰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);
                
@@ -363,7 +363,7 @@
                    oCN.RollBack();
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
                    objJsonResult.Message = "set码或者PCS码有重复!";
                    objJsonResult.Message = "Set码或者PCS码有重复!";
                    objJsonResult.data = null;
                    return objJsonResult;
                }