代码提交

This commit is contained in:
wong
2025-10-09 15:36:46 +08:00
parent 80495c3594
commit e96c65c1ab
2 changed files with 38 additions and 11 deletions

View File

@@ -337,7 +337,6 @@ class WorkbenchGroupPushJob
->order($order)
->limit(0, $limit)
->select();
exit_data($unsentContent);
if (!empty($unsentContent)) {
return $unsentContent;
}