LIVE_YE 2 年 前
コミット
6ff8b3dd5b

+ 2 - 2
ruoyi-framework/src/main/java/com/ruoyi/framework/utils/WxCodeSessionUtil.java

@@ -24,12 +24,12 @@ public class WxCodeSessionUtil {
      * 小程序appId
      */
 
-    private static final String APP_ID = "wx1ada5448f249d1ad";
+    private static final String APP_ID = "wx4492fe7554b0cb0a";
 
     /**
      * 小程序密钥
      */
-    private static final String APP_SECRET = "ff62fc579b51a4f6636b08d9f9b25d69";
+    private static final String APP_SECRET = "4b0d27de8fe102c788acaa757e421f78";
 
 
     /**

+ 1 - 0
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/RegisterParentsStudentServiceImpl.java

@@ -101,6 +101,7 @@ public class RegisterParentsStudentServiceImpl implements IRegisterParentsStuden
     public int updateRegisterParentsStudent(RegisterParentsStudent registerParentsStudent)
     {
         registerParentsStudent.setUpdateTime(DateUtils.getNowDate());
+        registerParentsStudent.setIsPass("1");
         return registerParentsStudentMapper.updateRegisterParentsStudent(registerParentsStudent);
     }