chenhaozhe
7 天以前 5a31a7d574ec2618dfa5e761fc2c9e776948dd45
WebAPI/Controllers/»ªÔ¶datamapping/HY_DataMappingController.cs
@@ -1255,6 +1255,8 @@
                string HSetNo = HBarCode.Substring(HBarCode.Length - 2, 2);
                //根据PNL条码编号、set号,从PNL检验信息表中获取set对应的检验信息
                //string sql = "exec h_p_Gy_GetMappingData_JiGuangGe '" + HBarCode_PNL + "','" + HSetNo + "'";
                //ds = oCN.RunProcReturn(sql, "h_p_Gy_GetMappingData_JiGuangGe");
                string sql = "" +
                    "select distinct * from (" +
                    //"select HBarCode,HPCSNo from QC_CheckNote_PNL_His where HBarCode = '" + HBarCode_PNL + "' and HSetNo = '" + HSetNo + "' " +