* [misc] add false to fetch all.

This commit is contained in:
sunguangming
2024-12-16 09:11:04 +08:00
committed by 王怡栋
parent b08ac39dc0
commit 9266b651da
+1 -1
View File
@@ -71,7 +71,7 @@ class webhookModel extends model
->where('deleted')->eq('0')
->orderBy($orderBy)
->page($pager)
->fetchAll('id');
->fetchAll('id', false);
}
/**