feat: 操作人员离职对okr的移交处理

This commit is contained in:
weifs 2024-06-03 15:14:19 +08:00
parent 008040d96c
commit 990a40e4e4
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ class UserTransfer extends AbstractModel
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) {

View File

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