wtt
2025-02-10 c5eecec4c618a9f0a981fdb99c5f6875973969c8
WebAPI/Controllers/BaseSet/Gy_SourceController.cs
@@ -784,6 +784,14 @@
                    objJsonResult.data = null;
                    return objJsonResult; ;
                }
                else if (ds.Tables[0].Rows[0]["HCheckEmp"] != null && ds.Tables[0].Rows[0]["HCheckEmp"].ToString() != "")
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
                    objJsonResult.Message = "已经审核不能删除!";
                    objJsonResult.data = null;
                    return objJsonResult; ;
                }
                oCN.RunProc("delete from  Gy_Source  where HItemID=" + HItemID);