Browse Source

20240418_sun

15143018065 1 year ago
parent
commit
2ef5971928

+ 1 - 0
ruoyi-modules/mz-lnst/src/main/java/com/ruoyi/lnst/controller/ZwywLrJbxxController.java

@@ -157,6 +157,7 @@ public class ZwywLrJbxxController extends BaseController {
             String picBase64 = null;
             if (json.containsKey("pic") && StringUtils.isNotEmpty(json.getString("pic"))) {
                 try {
+                    System.out.println("-----解密前的图片数据 =============> " + json.getString("pic"));
                     picBase64 = DESedeEncryptAndDecryptFile.decrypt(json.getString("pic"));
                     System.out.println("-----解密后的图片数据 =============> " + picBase64);
                 } catch (Exception e) {