WebAPI/Controllers/条码管理/WEBSController.cs
@@ -13976,7 +13976,7 @@ { try { ds = oCn.RunProcReturn("select * from GetMaterMesByCarBarCode where 灏忚溅='" + CarBarCode.ToString() + "'" , "GetMaterMesByCarBarCode"); ds = oCn.RunProcReturn("select * from GetMaterMesByCarBarCode where HQty>=0 and 灏忚溅='" + CarBarCode.ToString() + "'" , "GetMaterMesByCarBarCode"); if (ds == null || ds.Tables[0].Rows.Count == 0) { objJsonResult.code = "0";