no message

This commit is contained in:
hellcat 2025-06-11 12:01:54 +08:00
parent 0e52eff8a0
commit 0844004519

View File

@ -899,7 +899,7 @@ class Book extends Base {
return $this->_rag($iNo, $sRag);
}
public function _rag($iNo, $sRag, $mCustom = false)
public function _rag($iNo, $sRag, $mCustom = NULL)
{
if ($iNo) {
$oBook = ModelBook::where("path", $this->sPath)->where("no", $iNo)->first();