zgq
2021-02-25 723208322689b903e7ed2e841f4b23bcc0516d70
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)
                {