Commit 11ca080e3c55b24bb472fd995fd43dd74c3fd777
1 parent
0390c03016
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 4 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/SyncDataTaskService.java
View file @
11ca080
... | ... | @@ -167,9 +167,10 @@ |
167 | 167 | { |
168 | 168 | if ("26EB0301C4A2410E90985A3E55856E4BDD1E0738D7612389D1064D8FEA3E8BA03E6DE745639AC53F4ECD0A961CF459E4".equals( |
169 | 169 | model.getClassName()) || "26EB0301C4A2410E90985A3E55856E4BD23678A20530C64EC8478C7581BC98073D9BFF0544133E28AB36B23DF4485FB8".equals(model.getClassName()) |
170 | - || model.getClassName().equals("26EB0301C4A2410E90985A3E55856E4BC90B764322A576155B201AFB0BC8C94FFAB29197A8B86F592DD2ABABF896EB89")) | |
170 | + || model.getClassName().equals("26EB0301C4A2410E90985A3E55856E4BC90B764322A576155B201AFB0BC8C94FFAB29197A8B86F592DD2ABABF896EB89") | |
171 | + || model.getClassName().equals("26EB0301C4A2410E90985A3E55856E4B3C4D479C08144B1C305459866E333E5EA9DBC5ADCC909D6B56A15E9ACD7D84BB")) | |
171 | 172 | { |
172 | - System.out.println("archiveData="+model.getClassName()); | |
173 | + //System.out.println("archiveData="+model.getClassName()); | |
173 | 174 | boo = true; |
174 | 175 | } |
175 | 176 | else |
... | ... | @@ -230,7 +231,7 @@ |
230 | 231 | public static void main(String[] args) |
231 | 232 | { |
232 | 233 | try { |
233 | - String json = "26EB0301C4A2410E90985A3E55856E4B394230836B32B93AD3C083D37C3C4E0BEA7B0DB8B7C18941599742DD2315584A"; | |
234 | + String json = "26EB0301C4A2410E90985A3E55856E4BC90B764322A576155B201AFB0BC8C94FFAB29197A8B86F592DD2ABABF896EB89"; | |
234 | 235 | String data = LymsEncodeUtil.aesEncrypt(json, "Lymsh@2016"); |
235 | 236 | data = LymsEncodeUtil.aesDecrypt(data,"Lymsh@2016"); |
236 | 237 | data = new String(data.getBytes("utf-8")); |