no message
This commit is contained in:
parent
71db615b08
commit
39d00ac75d
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user