1
zrg
2026-02-03 4a845e9dc5405bfc45f18c57479fcfe49f196297
WebAPI/Controllers/BaseSet/Gy_DriverController.cs
@@ -106,7 +106,7 @@
            public string title { get; set; }
            public List<TreeModel> children = new List<TreeModel>();
        }
        [Route("Gy_Department/Gy_DepartmentTreeList")]
        [Route("Gy_Driver/Gy_DepartmentTreeList")]
        [HttpGet]
        public object Gy_DepartmentTreeList(string sWhere)
        {