username@email.com
2021-07-28 4c4f1863d9e75b3aedcb01631bc706b3b2a6a340
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();
        }
    }