refactor: 调整为sqlsugar模式

This commit is contained in:
yubaolee
2025-05-14 17:02:35 +08:00
parent 0d098a9a29
commit cfe60345d2
2 changed files with 11 additions and 16 deletions

View File

@@ -68,7 +68,7 @@ namespace OpenAuth.WebApi.Controllers
/// <param name="obj"></param>
/// <returns></returns>
[HttpPost]
public Response Update(AddOrUpdateOpenJobReq obj)
public Response Update([FromBody]AddOrUpdateOpenJobReq obj)
{
var result = new Response();
try