1
This commit is contained in:
@@ -565,6 +565,11 @@ func SwitchAttr(apiObj *mtwmapi.API, vendorStoreID string, vendorCatID int64, na
|
||||
Value: "其他",
|
||||
}}
|
||||
}
|
||||
} else if v.AttrID == mtwmapi.SpecialAttrOrigin { // 产地默认国产
|
||||
attrValue.ValueList = []ValueList{{
|
||||
ValueID: 1300000003,
|
||||
Value: "国产",
|
||||
}}
|
||||
} else {
|
||||
if len(v.ValueList) > 0 {
|
||||
attrValue.ValueList = []ValueList{{
|
||||
|
||||
Reference in New Issue
Block a user