no message

This commit is contained in:
hellcat 2025-06-10 18:30:29 +08:00
parent 3d3e9b2729
commit b5e22a97fd

View File

@ -1556,7 +1556,7 @@ class Book extends Base {
// $aNo = ModelBook::_noByChecked($this->sPath);
// }
$aId = $this->noToId($aNo);
$aId = $this->_noToId($aNo);
if (!$aId) {
return "要id/no";