...
|
...
|
@@ -261,6 +261,9 @@ func (unifiedUserCenterService *UnifiedUserCenterService) SyncEmployeeCallback(s |
|
|
default:
|
|
|
return false, nil
|
|
|
}
|
|
|
if err := transactionContext.CommitTransaction(); err != nil {
|
|
|
return nil, application.ThrowError(application.TRANSACTION_ERROR, err.Error())
|
|
|
}
|
|
|
return true, nil
|
|
|
} else {
|
|
|
return false, nil
|
...
|
...
|
|