yangle
2022-08-08 586b2debc990c8d53196db9ed8a8d2a3a9e6e665
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 + ")");