正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -261,6 +261,9 @@ func (unifiedUserCenterService *UnifiedUserCenterService) SyncEmployeeCallback(s | @@ -261,6 +261,9 @@ func (unifiedUserCenterService *UnifiedUserCenterService) SyncEmployeeCallback(s | ||
| 261 | default: | 261 | default: |
| 262 | return false, nil | 262 | return false, nil |
| 263 | } | 263 | } |
| 264 | + if err := transactionContext.CommitTransaction(); err != nil { | ||
| 265 | + return nil, application.ThrowError(application.TRANSACTION_ERROR, err.Error()) | ||
| 266 | + } | ||
| 264 | return true, nil | 267 | return true, nil |
| 265 | } else { | 268 | } else { |
| 266 | return false, nil | 269 | return false, nil |
-
请 注册 或 登录 后发表评论