You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
constQUERY_UPDATE='UPDATE phase_criteria SET parameter = ?, modify_user = ?, modify_date = CURRENT WHERE project_phase_id = ?'
12
-
constQUERY_DELETE='DELETE FROM phase_criteria WHERE project_phase_id = ?'
11
+
constQUERY_UPDATE='UPDATE phase_criteria SET parameter = ?, modify_user = ?, modify_date = CURRENT WHERE project_phase_id = ? AND phase_criteria_type_id = 6'
12
+
constQUERY_DELETE='DELETE FROM phase_criteria WHERE project_phase_id = ? AND phase_criteria_type_id = 6'
13
13
14
14
/**
15
15
* Prepare Informix statement
@@ -43,10 +43,9 @@ async function getEntry (phaseId) {
0 commit comments