Skip to content

Commit

Permalink
feat: 操作人员离职对okr的移交处理
Browse files Browse the repository at this point in the history
  • Loading branch information
weifashi committed Jun 3, 2024
1 parent 008040d commit 990a40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/Models/UserTransfer.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function start()
WebSocketDialog::select(['web_socket_dialogs.*'])
->join('web_socket_dialog_users as u', 'web_socket_dialogs.id', '=', 'u.dialog_id')
->where('web_socket_dialogs.type', 'group')
->where('web_socket_dialogs.group_type', '!=', 'okr')
->where('u.userid', $this->original_userid)
->orderByDesc('web_socket_dialogs.id')
->chunk(100, function($list) {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ services:

okr:
container_name: "dootask-okr-${APP_ID}"
image: "kuaifan/doookr:0.4.2"
image: "kuaifan/doookr:0.4.3"
environment:
TZ: "${TIMEZONE:-PRC}"
DOO_TASK_URL: "http://${APP_IPPR}.3"
Expand Down

0 comments on commit 990a40e

Please sign in to comment.