qwj
2023-08-03 fbf108da3ebb58b28ed57faaf912831ce03a5dff
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);
        }