mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-02 11:47:36 +08:00
[ADD] Add debug log output
This commit is contained in:
parent
bf188ed990
commit
3b421e11a9
@ -624,11 +624,13 @@ func (s *ServiceAction) ServiceCreate(sc *api_model.ServiceStruct) error {
|
||||
println("======10")
|
||||
serviceType, err := db.GetManager().TenantServiceLabelDao().GetTenantServiceTypeLabel(volumn.ServiceID)
|
||||
println("======11")
|
||||
println(serviceType,err,"======11.1")
|
||||
if err != nil {
|
||||
println("======12")
|
||||
tx.Rollback()
|
||||
return util.CreateAPIHandleErrorFromDBError("service type", err)
|
||||
}
|
||||
println("======12.1")
|
||||
if serviceType.LabelValue != core_util.StatefulServiceType {
|
||||
println("======13")
|
||||
tx.Rollback()
|
||||
|
Loading…
Reference in New Issue
Block a user