Commit d461773d by guojuxing

小程序自定义装修页面编辑保存修改:状态不变

parent 84d7460d
......@@ -147,6 +147,7 @@ public class AppletCustomPageApiServiceImpl implements AppletCustomPageApiServic
} else {
record.setEnterpriseId(getById.getEnterpriseId());
record.setPageId(pageId);
record.setStatus(getById.getStatus());
appletCustomPageService.edit(record);
}
}
......
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