zzr99
2022-01-17 1d0295f459f6e92ab3b9050aa79afc107352359d
WebAPI/Controllers/基础资料/基础资料/Gy_RepairBillController.cs
@@ -28,7 +28,7 @@
        {
            try
            {
                if (!DBUtility.ClsPub.Security_Log("Gy_Repair", 1, true, user))
                if (!DBUtility.ClsPub.Security_Log("Gy_Repair", 1, false, user))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
@@ -73,7 +73,7 @@
            try
            {
                if (!DBUtility.ClsPub.Security_Log("Gy_Repair_Delete", 1, true, User))
                if (!DBUtility.ClsPub.Security_Log("Gy_Repair_Delete", 1, false, User))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
@@ -166,7 +166,7 @@
                string HUseFlag = list[0].HUseFlag;
                //鍒ゆ柇鏉冮檺
                if (!ClsPub.Security_Log("Gy_Repair_Edit", 1, true, msg4))
                if (!ClsPub.Security_Log("Gy_Repair_Edit", 1, false, msg4))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
@@ -256,7 +256,7 @@
                bool HEndFlag = list[0].HEndFlag;
                //鍒ゆ柇鏉冮檺
                if (!ClsPub.Security_Log("Gy_Repair_Edit", 1, true, msg3))
                if (!ClsPub.Security_Log("Gy_Repair_Edit", 1, false, msg3))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;