1
yangle
2022-06-12 b3ef7eb53d17bd775a9a63f9023b87fda8387e2b
WebAPI/Controllers/BaseSet/Gy_DepartmentController.cs
@@ -54,7 +54,6 @@
                objJsonResult.Message = "Sucess!";
                objJsonResult.data = ds.Tables[0];
                return objJsonResult;
            }
            catch (Exception e)
            {