This commit is contained in:
2026-01-28 11:05:14 +08:00
parent 46c1b202f9
commit 2b4a65c57e

View File

@@ -221,7 +221,7 @@ export const taskAdjust = async (item: any, readType: number = MessageRead.READ)
return;
}
const params = JSON.parse(item.params);
const params = JSON.parse(item.params || '{}');
if (item.msgCategory === MessageCategory.TASK) {
// 通过id查询任务详情
const res = await getObj(params.taskId);