Commit 3b7b614c by guojuxing

页面装修新增接口调整

parent 625ddea8
......@@ -61,7 +61,7 @@ public class AppletCustomPageApiServiceImpl implements AppletCustomPageApiServic
Integer appType, String appId) {
//是否是新增。
//如今新增操作流程调整,第一步只新增页面公用参数,组件不会有。
boolean isAddOperation = pageId != null;
boolean isAddOperation = pageId == null;
ServiceResponse valiParams = this.validParams(enterpriseId, saveType, appType, appId, param);
if(!valiParams.isSuccess()){
......
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