Commit c61ac6bcddf1b9cd315fb7682a38833338a7e34e

Authored by liquanyu
1 parent c6ca87770c

诸城

Showing 2 changed files with 4 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/utils/LymsEncodeUtil.java View file @ c61ac6b
... ... @@ -26,7 +26,7 @@
26 26  
27 27 //String encrypt = aesEncrypt("com.lyms.platform.pojo.PatientWeight", key); System.out.println("加密后:" + encrypt);
28 28  
29   - String json = aesDecrypt("2D982B3ACAE8CEB83B8090DA41309C3C05501035A518DD9D8C7C4832822E9C89FFD818C6E6F0BD7651D378FCF72BACD0", key);
  29 + String json = aesDecrypt("8A915B4A1B26D283EF1981BE0BCE6E78967C3065177F856709C3E1C9BC35AAB19153BB512619EB7FCA97377FE682CAA9", key);
30 30 System.out.println("解密后:" + json);
31 31  
32 32 }
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java View file @ c61ac6b
... ... @@ -1993,6 +1993,9 @@
1993 1993 return br;
1994 1994 }
1995 1995  
  1996 +
  1997 +
  1998 +
1996 1999 /**
1997 2000 * 承德智业基本信息测试
1998 2001 *