no message

This commit is contained in:
hellcat 2025-06-10 18:23:00 +08:00
parent 71db615b08
commit 39d00ac75d

View File

@ -1165,16 +1165,12 @@ class Book extends Base {
{
$aNo = $aParam["aArg"];
// if (!$aNo) {
// $aNo = ModelBook::_noByChecked($this->sPath);
// }
$aId = $this->_noToId($aNo);
if (!$aId) {
return "没有id";
}
// $oBookByNo = ModelBook::where("path", $this->sPath)->whereIn("no", $aNo)->get();
$oBookByNo = ModelBook::whereIn("id", $aId)->get();
$iDelCount = 0;
@ -1192,7 +1188,6 @@ class Book extends Base {
}
// $this->mRst["返"] = $iDelCount;
$this->mRst[] = ["", $iDelCount];
$this->noRe();
@ -1225,7 +1220,6 @@ class Book extends Base {
$iDelCount++;
}
// $this->mRst["返"] = $iDelCount;
$this->mRst[] = ["", $iDelCount];
return $this->openRe();
@ -2129,7 +2123,7 @@ class Book extends Base {
if ($iSubCount = $this->_SubCount($oRag->path.$oRag->id."/")) {
$sStr .= " 🗞️".$iSubCount;
$sStr .= " *".$iSubCount;
}
return $sStr;