no message

This commit is contained in:
hellcat 2025-06-11 11:10:03 +08:00
parent d61e621590
commit 53d86e47f1

View File

@ -1082,6 +1082,8 @@ class Book extends Base {
$oBookDel = ModelBook::_path($this->sPath, "all", 1);
// $oBookDel = ModelBook::where("path", $this->sPath)->where("is_del", 1)->orderBy("updated_at", "desc")->get();
$i = 0;
if ($oBook && !$oBook->isEmpty()) {
$i = 1;
foreach ($oBook as $row) {