补充提交
This commit is contained in:
parent
309bceadd6
commit
772e3a6778
@ -2454,7 +2454,7 @@ public class ProcessPublishWeb extends ActionWeb {
|
||||
String sql = "SELECT PLNAME FROM APP_ACT_COE_PAL_REPOSITORY WHERE PLVERSIONID = '"+versionId+"' and ISPUBLISH = '0' and ISSTOP = '0' ";
|
||||
String newName = DBSql.getString(sql);
|
||||
parseObject.replace("name", newName);
|
||||
parseObject.replace("isParent", "true");
|
||||
parseObject.replace("isParent", "false");
|
||||
}
|
||||
treeData2.add(parseObject);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user