liaoxujun@qq.com
2023-07-27 4580b33103d8d61be32fe1be1bf4f9c943ffbd46
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);
        }