Commit 605bc91c by guojuxing

门店选择器共享自有值调整

parent e3eb0092
......@@ -78,9 +78,11 @@ public class StoreWidgetInterfaceShareVO implements Serializable{
public Integer getOwnerFlag() {
if (StringUtils.isNotBlank(enterpriseName)) {
return 1;
//共享
return 0;
}
return 0;
//自有
return 1;
}
public StoreWidgetInterfaceShareVO setOwnerFlag(Integer ownerFlag) {
......
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