mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 10:48:15 +08:00
modified error handle
This commit is contained in:
parent
f0ed70e012
commit
622941f7e3
@ -97,7 +97,7 @@ func (a *ApplicationAction) BatchCreateApp(apps *model.CreateAppRequest, tenantI
|
||||
regionApp, err := GetApplicationHandler().CreateApp(&app)
|
||||
if err != nil {
|
||||
logrus.Errorf("Batch Create App [%v] error is [%v] ", app.AppName, err)
|
||||
return nil, err
|
||||
continue
|
||||
}
|
||||
resp.AppID = app.ConsoleAppID
|
||||
resp.RegionAppID = regionApp.AppID
|
||||
|
Loading…
Reference in New Issue
Block a user