diff --git a/globals/api/apimanager/apimanager.go b/globals/api/apimanager/apimanager.go index 65821574a..9e89f2baf 100644 --- a/globals/api/apimanager/apimanager.go +++ b/globals/api/apimanager/apimanager.go @@ -79,8 +79,7 @@ func (a *APIManager) GetAppOrgCodeList(vendorID int) (appOrgCodeList []string) { appOrgCodeList = append(appOrgCodeList, v.VendorOrgCode) } case model.VendorIDMTWM: - //appOrgCodeList = []string{api.MtwmAPI.GetAppID(), api.Mtwm2API.GetAppID()} - appOrgCodeList = []string{api.Mtwm2API.GetAppID()} + appOrgCodeList = []string{api.MtwmAPI.GetAppID(), api.Mtwm2API.GetAppID()} case model.VendorIDEBAI: appOrgCodeList = []string{api.EbaiAPI.GetSource()} case model.VendorIDJDShop: