补充提交

This commit is contained in:
lihongyu 2022-11-22 00:29:28 +08:00
parent 309bceadd6
commit 772e3a6778

View File

@ -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);
}