刘韬 2 years ago
parent
commit
2d1fd8af5b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      DataFusion/src/com/zskk/control/ViewController.java

+ 1 - 2
DataFusion/src/com/zskk/control/ViewController.java

@@ -58,8 +58,7 @@ public class ViewController extends Controller {
 	        String aesEncryptStr3 = dService.getExamList(aesEncryptStr2);
 	        String aesEncryptStr3 = dService.getExamList(aesEncryptStr2);
 	        String aesDecodeSt4 = AESUtils.aesDecodeStr(aesEncryptStr3, "1735b0f1799eb3d40ad6fda6692e23e1" ,IV);
 	        String aesDecodeSt4 = AESUtils.aesDecodeStr(aesEncryptStr3, "1735b0f1799eb3d40ad6fda6692e23e1" ,IV);
 	        String aesDecodeSt5 = AESUtils.aesEncryptStr(aesDecodeSt4, PropKit.get("nw_key"),IV);
 	        String aesDecodeSt5 = AESUtils.aesEncryptStr(aesDecodeSt4, PropKit.get("nw_key"),IV);
-
-			this.renderText(aesDecodeSt5);
+			this.renderText(aesDecodeStr);
 
 
 		} catch (Exception e) {
 		} catch (Exception e) {
 			// TODO: handle exception
 			// TODO: handle exception