This commit is contained in:
wangjinlei
2024-05-16 11:48:36 +08:00
parent d26edc9c3a
commit 1b3803074d
2 changed files with 2 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ public class SysAgreementController {
}
@RequestMapping("/getAgreement")
public R getAgreement(@RequestBody Map<String,Integer> map){
int id = map.get("id");
SysAgreementEntity byId = sysAgreementService.getById(id);