优化认证

This commit is contained in:
18796357645 2025-05-18 23:09:04 +08:00
parent b9b83c63fd
commit 9fb67ed89b

View File

@ -71,10 +71,6 @@ public class CaseController {
CaseEntity caseEntity = caseDao.selectOne(lwq);
return new Result<CaseEntity>().ok(caseEntity);
}
@PostMapping
@Operation(summary = "保存")
public Result save(@RequestBody CaseDTO dto){