no message
This commit is contained in:
parent
d61e621590
commit
53d86e47f1
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user