智慧保安后台管理-外网
liuyg
2022-02-17 f2032d8331cd8939bb8dd4ef372033a2dcdbc850
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);
         //同步