Commit ab7f6fe7 by guojuxing

门店选择器自定义属性时间类型

parent cb798b7d
......@@ -147,7 +147,7 @@ public enum AppletPageComponentEnum {
return null;
}
for (AppletPageComponentEnum componentEnum : values()) {
if (componentEnum.getPageType() != 0 && pageType.intValue() == componentEnum.getPageType()) {
if (componentEnum.getPageType() != 0 && pageType == componentEnum.getPageType()) {
return componentEnum;
}
}
......
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