Merge 2017.1 Gold B patches
svn path=/Website/trunk/; revision=34303
This commit is contained in:
@@ -124,7 +124,7 @@ function scaffolding_show(model, scf_params)
|
||||
}
|
||||
else if (model.audit && model.audit.childaudit && model.audit.childaudit.sql)
|
||||
{
|
||||
var sql = model.audit.childaudit.sql.format(parent_key_array.join(","));
|
||||
var sql = model.audit.childaudit.sql.format(parent_key_array.join(","), parent_key_array.join("','"));
|
||||
var oRs = Oracle.Execute(sql);
|
||||
var child_key_array = [];
|
||||
while(!oRs.eof)
|
||||
|
||||
Reference in New Issue
Block a user