mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Adaptierungen SQL
This commit is contained in:
@@ -49,7 +49,7 @@ class SponsionJob extends JOB_Controller
|
||||
}
|
||||
|
||||
$this->logInfo('Start Sponsion Job');
|
||||
$this->logInfo('Check Applications of Semester ' . $semester . 'and '. $nextSemester);
|
||||
$this->logInfo('Check Applications of Semester ' . $semester . ' and '. $nextSemester);
|
||||
|
||||
$allInteressenten = $this->PrestudentModel->getAllInteressentenWithMasterSponsion($semester, $nextSemester);
|
||||
|
||||
|
||||
@@ -688,7 +688,10 @@ class Prestudent_model extends DB_Model
|
||||
WHERE
|
||||
get_rolle_prestudent(ps.prestudent_id, null) = \'Interessent\'
|
||||
AND ps.zgvmadatum is NULL
|
||||
AND ps.prestudent_id <> ps2.prestudent_id
|
||||
AND get_rolle_prestudent(ps2.prestudent_id, null) = \'Absolvent\'
|
||||
AND ap.sponsion < NOW()
|
||||
AND ap.abschlussbeurteilung_kurzbz in (\'bestanden\', \'gut\', \'ausgezeichnet\')
|
||||
AND sg.typ != \'l\'
|
||||
AND tbl_prestudentstatus.studiensemester_kurzbz in (?,?)',
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user