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
whereCondition=whereCondition+" and (p.deployment_app_created=false and p.deployment_app_type != 'manifest_download' or a.id NOT IN (SELECT app_id from pipeline) "
299
+
iflen(appStatuses) >0 {
300
+
whereCondition=whereCondition+" or aps.status IN ("+appStatuses+") "
301
+
}
302
+
whereCondition=whereCondition+") "
303
+
} elseiflen(appStatuses) >0 {
304
+
whereCondition=whereCondition+"and aps.status IN ("+appStatuses+")"
0 commit comments