1
zrg
4 天以前 7ef4979eae3e9f15c70aad2022a5015faeffb1c2
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 + "' " +