优化认证
This commit is contained in:
parent
b9b83c63fd
commit
9fb67ed89b
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user