杨乐
2022-02-07 25849768b45e51a2f5ac0bd4df7bb98b24da9cd7
WebAPI/Controllers/基础资料/基础资料/Gy_MaintainBillController.cs
@@ -28,7 +28,7 @@
        {
            try
            {
                if (!DBUtility.ClsPub.Security_Log("Gy_Maintain", 1, true, user))
                if (!DBUtility.ClsPub.Security_Log("Gy_Maintain", 1, false, user))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
@@ -73,7 +73,7 @@
            try
            {
                if (!DBUtility.ClsPub.Security_Log("Gy_Maintain_Delete", 1, true, User))
                if (!DBUtility.ClsPub.Security_Log("Gy_Maintain_Delete", 1, false, User))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
@@ -166,7 +166,7 @@
                string HUseFlag = list[0].HUseFlag;
                //鍒ゆ柇鏉冮檺
                if (!ClsPub.Security_Log("Gy_Maintain_Edit", 1, true, msg4))
                if (!ClsPub.Security_Log("Gy_Maintain_Edit", 1, false, msg4))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
@@ -254,16 +254,17 @@
                bool HStopflag = list[0].HStopflag;
                string HUseFlag = list[0].HUseFlag;
                bool HEndFlag = list[0].HEndFlag;
                int HParentID = list[0].HParentID;
                //鍒ゆ柇鏉冮檺
                if (!ClsPub.Security_Log("Gy_Maintain_Edit", 1, true, msg3))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
                    objJsonResult.Message = "娌℃湁鎵惧埌璇ュ姛鑳芥ā鍧楋紒";
                    objJsonResult.data = null;
                    return objJsonResult;
                }
                //if (!ClsPub.Security_Log("Gy_Maintain_Edit", 1, false, msg3))
                //{
                //    objJsonResult.code = "0";
                //    objJsonResult.count = 0;
                //    objJsonResult.Message = "娌℃湁鎵惧埌璇ュ姛鑳芥ā鍧楋紒";
                //    objJsonResult.data = null;
                //    return objJsonResult;
                //}
                if (!DBUtility.ClsPub.AllowNumber(HNumber))
                {
@@ -280,10 +281,10 @@
                oCN.BeginTran();
                //涓昏〃
                oCN.RunProc("Insert into Gy_Maintain " +
                   " (HNumber,HName,HHelpCode,HShortNumber" +
                   ",HLevel,HEndFlag,HStopflag,HRemark,HMakeTime) " +
                   " Values('" + HNumber + "','" + HName + "','" + HHelpCode + "','" + HShortNumber + "'," +
                    + HLevel + "," + Convert.ToString(HEndFlag ? 1 : 0) + "," + Convert.ToString(HStopflag ? 1 : 0) + ",'" + HRemark + "',getdate())", ref DBUtility.ClsPub.sExeReturnInfo);
                   " (HNumber,HName,HHelpCode,HShortNumber,HParentID" +
                   ",HLevel,HEndFlag,HStopflag,HRemark) " +
                   " Values('" + HNumber + "','" + HName + "','" + HHelpCode + "','" + HShortNumber + "'," + HParentID.ToString()+","
                    + HLevel + "," + Convert.ToString(HEndFlag ? 1 : 0) + "," + Convert.ToString(HStopflag ? 1 : 0) + ",'" + HRemark + "')", ref DBUtility.ClsPub.sExeReturnInfo);
                //淇敼涓婄骇涓洪潪鏈骇浠g爜
                //oCN.RunProc("Update Gy_MouldType set HEndflag=0 where HItemID=" + HParentID, ref DBUtility.ClsPub.sExeReturnInfo);
                oCN.Commit();