From de68aace53326226d3b0c5c0b1e0ff9159f6be6b Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期一, 28 六月 2021 17:33:15 +0800 Subject: [PATCH] LAYUI版PDA:增加 设备 点检记录单模块 --- WebAPI/Controllers/MJJY/Mj_PDA_MoudlCheckController.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebAPI/Controllers/MJJY/Mj_PDA_MoudlCheckController.cs b/WebAPI/Controllers/MJJY/Mj_PDA_MoudlCheckController.cs index 63e0199..df4596f 100644 --- a/WebAPI/Controllers/MJJY/Mj_PDA_MoudlCheckController.cs +++ b/WebAPI/Controllers/MJJY/Mj_PDA_MoudlCheckController.cs @@ -43,7 +43,7 @@ return objJsonResult; } //寰楀埌淇℃伅 - ds = oCN.RunProcReturn("select top 1 * from h_v_IF_Mould where HBarCode= '" + HBarCode + "'", "h_v_IF_Mould"); + ds = oCN.RunProcReturn("select top 1 * from h_v_IF_Mould where HNumber= '" + HBarCode + "'", "h_v_IF_Mould"); //鍐欏叆淇℃伅 if (ds == null || ds.Tables[0].Rows.Count == 0) { @@ -227,7 +227,7 @@ return objJsonResult; } //寰楀埌淇℃伅 - ds = oCN.RunProcReturn("select top 1 * from h_v_IF_Mould where HBarCode= '" + HBarCode + "'", "h_v_IF_Mould"); + ds = oCN.RunProcReturn("select top 1 * from h_v_IF_Mould where HNumber= '" + HBarCode + "'", "h_v_IF_Mould"); //鍐欏叆淇℃伅 if (ds == null || ds.Tables[0].Rows.Count == 0) { -- Gitblit v1.9.1