修复getStoreDetail没有得到vendorOrgCode的bug

This commit is contained in:
gazebo
2019-12-13 12:04:18 +08:00
parent 91e5bf3939
commit a6925cfb70
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ func init() {
func getAPI(appOrgCode string) (apiObj *jdapi.API) {
if appOrgCode == "" {
// globals.SugarLogger.Warnf("getAPI appOrgCode is empty")
globals.SugarLogger.Warnf("getAPI appOrgCode is empty")
}
return partner.CurAPIManager.GetAPI(model.VendorIDJD, appOrgCode).(*jdapi.API)
}