Commit 9b742e6f by guojuxing

默认数据心中页面名称调整

parent 83754147
...@@ -140,6 +140,7 @@ public class AppletCustomPageApiServiceImpl implements AppletCustomPageApiServic ...@@ -140,6 +140,7 @@ public class AppletCustomPageApiServiceImpl implements AppletCustomPageApiServic
if (getById.getEnterpriseId() == -1 && enterpriseId != -1) { if (getById.getEnterpriseId() == -1 && enterpriseId != -1) {
//如果编辑的是默认数据,则变成新增一条一摸一样的数据 //如果编辑的是默认数据,则变成新增一条一摸一样的数据
record.setStatus(1); record.setStatus(1);
record.setTitle(title + "副本");
pageId = appletCustomPageService.save(record); pageId = appletCustomPageService.save(record);
} else { } else {
record.setEnterpriseId(getById.getEnterpriseId()); record.setEnterpriseId(getById.getEnterpriseId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment