username@email.com
2021-07-23 00446e5e764fd57ea0f28b30921f4a5daa60c890
zhengcaioa/zhengcaioa/Controllers/OA/WfApplytypeController.cs
@@ -32,7 +32,9 @@
        public IActionResult Index()
        {
            ViewBag.wfApplytypeDTOs  = _wfApplytypeService.GetList();
            ViewBag.wfApplytypeDTOs = _wfApplytypeService.GetList().Where(x => x.Applyno != "03").ToList();
            return View();
        }
    }