qwj
2023-08-02 67965cce30e900f9b6091170745ecf115f64e23d
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);
        }