Commit 3bc40db9 by guojuxing

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

parent 0389f7c6
......@@ -147,7 +147,9 @@ public class AppletCustomPageApiServiceImpl implements AppletCustomPageApiServic
} else {
record.setEnterpriseId(getById.getEnterpriseId());
record.setPageId(pageId);
record.setStatus(getById.getStatus());
if (record.getStatus().intValue() != 1) {
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