mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-16 22:22:49 +00:00
feat 全局评论追加
This commit is contained in:
parent
7d200d9a73
commit
2ee349605e
@ -1027,7 +1027,6 @@ class WorkflowController extends AbstractController
|
|||||||
}
|
}
|
||||||
// 全局评论
|
// 全局评论
|
||||||
if(isset($res['global_comment_obj'])){
|
if(isset($res['global_comment_obj'])){
|
||||||
info(111111);
|
|
||||||
foreach ($res['global_comment_obj'] as $k => &$globalComment) {
|
foreach ($res['global_comment_obj'] as $k => &$globalComment) {
|
||||||
$info = User::whereUserid($globalComment['user_id'])->first();
|
$info = User::whereUserid($globalComment['user_id'])->first();
|
||||||
if (!$info) {
|
if (!$info) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user