wy
2022-09-24 a651180ee7ff05f1f972f2cc51d4a8926cbe5bf0
WebAPI/Controllers/CGGL/Cg_POInStockBillController.cs
@@ -335,7 +335,7 @@
                return objJsonResult;
            }
        }
        //审核 删除 删除金蝶数据库对应 收料通知到数据
        //反审核 删除 删除金蝶数据库对应 收料通知到数据
        public json DeleteKingDee(string hinterid)
        {
            string sql = string.Format("select HinterID,HERPBillNO,HERPInterID from Cg_POInStockBillMain where HERPInterID>0 and hinterid in (" + hinterid + ")");