no message

This commit is contained in:
hellcat 2025-06-17 12:18:40 +08:00
parent 8163583ce1
commit 15804c65a0

View File

@ -1980,7 +1980,7 @@ class Book extends Base {
$r = ModelBook::whereIn("id", $aId)->update(["memo" => NULL]);
$this->mRst = ["", $r];
$this->mRst[] = ["", $r];
return $this->openRe();
}