WebAPI/Controllers/LookingForBillController.cs
@@ -325,7 +325,7 @@ { try { string sWhere = " Where HBarCode = '" + HBarCode.Trim() + "'"; string sWhere = " Where 源单号 = '" + HBarCode.Trim() + "'"; ds = GetWaitingLookingFor_s(sWhere); if (ds == null || ds.Tables[0].Rows.Count <= 0) {