ruoyi-applet/src/main/java/com/ruoyi/web/controller/api/IndexController.java
@@ -258,6 +258,7 @@ int size = checkAcceptRecordService.list(new LambdaQueryWrapper<TCheckAcceptRecord>() .likeRight(TCheckAcceptRecord::getAcceptanceTime, LocalDate.now())).size(); dto.setCode(replace.substring(2)+String.format("%03d", size+1)); dto.setStatus(true); // 添加验收记录 checkAcceptRecordService.save(dto); return R.ok(); @@ -348,7 +349,6 @@ @ApiOperation(value = "管理员-我的审批-审批") @GetMapping("/examine") public R examine(@RequestParam String id){ return R.ok(); }