Commit 801fd41f by guojuxing

门店选择器共享字段调整

parent 9cae8f8f
...@@ -77,7 +77,7 @@ public class StoreWidgetInterfaceShareVO implements Serializable{ ...@@ -77,7 +77,7 @@ public class StoreWidgetInterfaceShareVO implements Serializable{
} }
public Integer getOwnerFlag() { public Integer getOwnerFlag() {
if (StringUtils.isBlank(enterpriseName)) { if (StringUtils.isNotBlank(enterpriseName)) {
return 1; return 1;
} }
return 0; return 0;
...@@ -104,6 +104,8 @@ public class StoreWidgetInterfaceShareVO implements Serializable{ ...@@ -104,6 +104,8 @@ public class StoreWidgetInterfaceShareVO implements Serializable{
", label='" + label + '\'' + ", label='" + label + '\'' +
", enterpriseName='" + enterpriseName + '\'' + ", enterpriseName='" + enterpriseName + '\'' +
", key='" + key + '\'' + ", key='" + key + '\'' +
", ownerFlag=" + ownerFlag +
", ownerEntName='" + ownerEntName + '\'' +
'}'; '}';
} }
} }
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