@@ -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";
@@ -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);
}