@@ -800,6 +800,7 @@ public class StudentServiceImpl extends BaseServiceImpl<Integer, Student> implem
//更新目标学员、目标金额
SysConfig config = sysConfigDao.findByParamName("cloud_teacher_active_target");
config.setParanValue(JSON.toJSONString(studentRegistrationDao.queryOrganTarget()));
+ sysConfigDao.update(config);
}
@Override