Commit 3c3ed7a0efedbf73c33f60afc9bd5a0d18e4c1e0
1 parent
3ed4015c81
Exists in
master
and in
6 other branches
undate
Showing 1 changed file with 2 additions and 2 deletions
platform-common/src/main/java/com/lyms/platform/common/utils/LymsEncodeUtil.java
View file @
3c3ed7a
... | ... | @@ -27,12 +27,12 @@ |
27 | 27 | //String encrypt = aesEncrypt("com.lyms.platform.pojo.PatientWeight", key); System.out.println("加密后:" + encrypt); |
28 | 28 | |
29 | 29 | // String json = aesDecrypt("26EB0301C4A2410E90985A3E55856E4B3C4D479C08144B1C305459866E333E5EA9DBC5ADCC909D6B56A15E9ACD7D84BB", key); |
30 | - String json = aesDecrypt("B9B53173ADF73A82548800F08358F4C3", key); | |
30 | + String json = aesDecrypt("2B9AA35B558087F6C02F46DA9A0C21B5", key); | |
31 | 31 | System.out.println("解密后:" + json); |
32 | 32 | |
33 | 33 | // String key1 = "Lymsh@2020"; |
34 | 34 | |
35 | - String d = aesEncrypt("2020-11-30",key); | |
35 | + String d = aesEncrypt("2020-12-30",key); | |
36 | 36 | System.out.println("加密:" + d); |
37 | 37 | } |
38 | 38 |