feat 全局评论追加

This commit is contained in:
ganzizi 2023-05-24 10:15:08 +08:00
parent 7d200d9a73
commit 2ee349605e

View File

@ -1027,7 +1027,6 @@ class WorkflowController extends AbstractController
}
// 全局评论
if(isset($res['global_comment_obj'])){
info(111111);
foreach ($res['global_comment_obj'] as $k => &$globalComment) {
$info = User::whereUserid($globalComment['user_id'])->first();
if (!$info) {