src/main/java/org/springblade/modules/system/controller/UserController.java
@@ -661,6 +661,8 @@ AccreditationRecords accreditationRecords1 = collect.get(0); //修改为已制证状态 accreditationRecords1.setStatus(2); //记录打印时间 accreditationRecords1.setPaperTime(new Date()); //更新 accreditationRecordsService.updateById(accreditationRecords1); //同步