qwj
2023-08-02 361e8babc2e2b25eab34d8031ea3b58846498bac
DocumentServiceAPI.Application/System/OrganizationAppService.cs
@@ -50,6 +50,7 @@
        public IActionResult PostEdtTest(Document_TenderUnit info)
        {
            var person = _businessService.UpdateAsync(info);
            return new JsonResult(person.Result);
        }