Commit f7ee202e by guojuxing

小程序装修页面调整

parent 14077d85
......@@ -66,7 +66,7 @@ public class AppletCustomPageApiServiceImpl implements AppletCustomPageApiServic
TabAppletCustomPage getById = null;
if (!isAddOperation) {
getById = exist(pageId);
if (getById.getEnterpriseId().intValue() == -1) {
if (getById.getEnterpriseId() == -1 && enterpriseId != -1) {
isAddOperation = true;
pageId = null;
}
......
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