Commit 80c1521c by guojuxing

添加注释

parent 4fe0c2a3
......@@ -460,6 +460,7 @@ public class AppletCustomPageApiServiceImpl implements AppletCustomPageApiServic
return ServiceResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), "已是关闭状态");
}
validDefaultPage(record.getEnterpriseId());
//没有必须要有开启记录的数据,不作处理
appletCustomPageService.updateStatus(pageId, 2);
return ServiceResponse.success(record.getTitle());
}
......
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