no message

This commit is contained in:
hellcat 2025-06-17 16:58:44 +08:00
parent ae8d70f965
commit 4b3fe718b3

View File

@ -140,10 +140,16 @@ class Dove extends Base {
public function uncheck($aParam)
{
$aParam['iSetValue'] = 0;
$r = $this->set($aParam);
$sCode = $aParam["aArg"][1];
return $r;
$r = ModelDoveSite::where("code", $sCode)->update(["dove_checked" => 0]);
return $this->now();
// $aParam['iSetValue'] = 0;
// $r = $this->set($aParam);
//
// return $r;
}
public function now()