zzr99
2022-02-10 919ffdcf960b886d99a1977767add03ba42e4cd1
WebAPI/Controllers/基础资料/基础资料/Gy_DotCheckBillController.cs
@@ -74,7 +74,7 @@
            try
            {
                if (!DBUtility.ClsPub.Security_Log("Gy_DotCheck", 1, false, User))
                if (!DBUtility.ClsPub.Security_Log("Gy_DotCheck_Delete", 1, false, User))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
@@ -82,6 +82,7 @@
                    objJsonResult.data = null;
                    return objJsonResult;
                }
                ds = oCN.RunProcReturn("Select * from Gy_DotCheck Where HItemID='" + HItemID + "'", "Gy_DotCheck", ref DBUtility.ClsPub.sExeReturnInfo);
                if (ds.Tables[0].Rows.Count != 0)
                {
@@ -167,7 +168,7 @@
                string HUseFlag = list[0].HUseFlag;
                //鍒ゆ柇鏉冮檺
                if (!ClsPub.Security_Log("Gy_DotCheck", 1, false, msg4))
                if (!ClsPub.Security_Log("Gy_DotCheck_Edit", 1, false, msg4))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
@@ -257,7 +258,7 @@
                bool HEndFlag = list[0].HEndFlag;
                //鍒ゆ柇鏉冮檺
                if (!ClsPub.Security_Log("Gy_DotCheck", 1, false, msg3))
                if (!ClsPub.Security_Log("Gy_DotCheck_Edit", 1, false, msg3))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;