HCAS#51953: Wijzigen reeds voltooide periodieke taak lukt niet. Datum is fout.
svn path=/Website/branches/v2017.2/; revision=36681
This commit is contained in:
@@ -869,6 +869,7 @@ if (!catclose && ins_key_arr.length == 1)
|
||||
+ " AND ins_deelsrtcontrole_key > " + ingeslotendsc[0]
|
||||
+ " AND idsc.ins_scenario_key = 1"
|
||||
+ " AND xcp.ins_scenario_key(+) = 1"
|
||||
+ " AND idsc.ins_deelsrtcontrole_status >= 5"
|
||||
+ " GROUP BY isc.ins_srtcontrole_mode"
|
||||
+ " , xcp.ins_srtcontroledl_xcp_eenheid"
|
||||
+ " , isc.ins_srtcontrole_eenheid";
|
||||
|
||||
@@ -478,6 +478,7 @@ else
|
||||
+ " AND ins_deelsrtcontrole_key > " + dlsrtcont_key
|
||||
+ " AND idsc.ins_scenario_key = 1" // Status >= 0 dus kan geen scenario zijn.
|
||||
+ " AND xcp.ins_scenario_key(+) = 1" // Status >= 0 dus kan geen scenario zijn.
|
||||
+ " AND idsc.ins_deelsrtcontrole_status >= 5"
|
||||
+ " GROUP BY isc.ins_srtcontrole_mode"
|
||||
+ " , xcp.ins_srtcontroledl_xcp_eenheid"
|
||||
+ " , isc.ins_srtcontrole_eenheid";
|
||||
|
||||
Reference in New Issue
Block a user