作者 linmadan

修复同步变更管理员bug

@@ -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