no message
This commit is contained in:
parent
71db615b08
commit
39d00ac75d
@ -1165,16 +1165,12 @@ class Book extends Base {
|
|||||||
{
|
{
|
||||||
$aNo = $aParam["aArg"];
|
$aNo = $aParam["aArg"];
|
||||||
|
|
||||||
// if (!$aNo) {
|
|
||||||
// $aNo = ModelBook::_noByChecked($this->sPath);
|
|
||||||
// }
|
|
||||||
$aId = $this->_noToId($aNo);
|
$aId = $this->_noToId($aNo);
|
||||||
|
|
||||||
if (!$aId) {
|
if (!$aId) {
|
||||||
return "没有id";
|
return "没有id";
|
||||||
}
|
}
|
||||||
|
|
||||||
// $oBookByNo = ModelBook::where("path", $this->sPath)->whereIn("no", $aNo)->get();
|
|
||||||
$oBookByNo = ModelBook::whereIn("id", $aId)->get();
|
$oBookByNo = ModelBook::whereIn("id", $aId)->get();
|
||||||
|
|
||||||
$iDelCount = 0;
|
$iDelCount = 0;
|
||||||
@ -1192,7 +1188,6 @@ class Book extends Base {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// $this->mRst["返"] = $iDelCount;
|
|
||||||
$this->mRst[] = ["返", $iDelCount];
|
$this->mRst[] = ["返", $iDelCount];
|
||||||
|
|
||||||
$this->noRe();
|
$this->noRe();
|
||||||
@ -1225,7 +1220,6 @@ class Book extends Base {
|
|||||||
$iDelCount++;
|
$iDelCount++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// $this->mRst["返"] = $iDelCount;
|
|
||||||
$this->mRst[] = ["反", $iDelCount];
|
$this->mRst[] = ["反", $iDelCount];
|
||||||
|
|
||||||
return $this->openRe();
|
return $this->openRe();
|
||||||
@ -2129,7 +2123,7 @@ class Book extends Base {
|
|||||||
|
|
||||||
|
|
||||||
if ($iSubCount = $this->_SubCount($oRag->path.$oRag->id."/")) {
|
if ($iSubCount = $this->_SubCount($oRag->path.$oRag->id."/")) {
|
||||||
$sStr .= " 🗞️".$iSubCount;
|
$sStr .= " *".$iSubCount;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $sStr;
|
return $sStr;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user