1
dytyqx
2026-02-26 09bef7222f28abfe5fbb308c610997dc52da5f18
WebAPI/Controllers/WebAPIController.cs
@@ -1518,7 +1518,7 @@
        /// <returns></returns>
        [Route("Web/GetEmployeeList_Json")]
        [HttpGet]
        public object GetEmployeeList_Json(string Employee, Int64 HGroupID)
        public object GetEmployeeList_Json2(string Employee, Int64 HGroupID)
        {
            sWhere = " Where HStopFlag=0  and HEndFlag=1";
            //sWhere = " Where HStopFlag=0  and HEndFlag=1  and HUSEORGID = " + DBUtility.ClsPub.HORGANIZATIONSID.ToString();
@@ -1577,6 +1577,7 @@
        }
        /// <summary>
        /// 获取班次列表
        /// </summary>