chenhaozhe
2025-10-27 96475c2fd6a0f8b11c24f06ca65d9d8955302b26
WebAPI/Controllers/BaseSet/Gy_EmployeeController.cs
@@ -1331,7 +1331,7 @@
                string sql = string.Empty;
                //保存
                oCN.BeginTran();
                sql = $"delete Gy_Employee where HItemID = {lsmain[0].HItemID}";
                sql = $"delete Gy_Employee  where HItemID = {lsmain[0].HItemID}";
                oCN.RunProc(sql);
                sql = "set identity_insert Gy_Employee on";
                oCN.RunProc(sql);