Administrator
2021-08-26 d6ee0e1e4a5d0c61565b2af954a1845f2022d85f
src/main/java/org/springblade/modules/revoke/controller/RevokeController.java
@@ -101,7 +101,6 @@
      }
      revoke.setStorage("1");
      revoke.setType("2");
      revoke.setPtype("6");
      revoke.setPermitime(new Date());
      revokeService.save(revoke);
      String formatStr = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(revoke.getEstablishtime());
@@ -140,7 +139,6 @@
      } else {
         revoke.setStorage("0");
         revoke.setType("2");
         revoke.setPtype("6");
         revoke.setPermitime(new Date());
         revokeService.save(revoke);
      }