1
yangle
2023-06-16 13f2dee8954b5bd589c1998a4fc2f98d93325d1c
WebAPI/Controllers/SellOutBackController.cs
@@ -246,6 +246,8 @@
        {
            try
            {
                if (String.IsNullOrEmpty(sWhere))
                    sWhere = "and 1 = 1 ";
                ds = webserver.GetKf_PonderationBillMain_Temp(HBillID, HBillType, sWhere);
                if (ds == null || ds.Tables[0].Rows.Count <= 0)
                {
@@ -399,7 +401,7 @@
                websLsmain.HEmpID = lsmain[0].HEmpID;
                websLsmain.HRemark = lsmain[0].HRemark;
                websLsmain.HMaker = lsmain[0].HMaker;
                websLsmain.HBillType = "1247";//固定值
                if (webserver.set_SaveSellOutBackBill_New(websLsmain, sSourceBillType, ref DBUtility.ClsPub.sErrInfo))
                {
                    objJsonResult.code = "0";