no message
This commit is contained in:
parent
f4d24520d8
commit
b570eef133
@ -130,6 +130,13 @@ class Dove extends Base {
|
|||||||
return $r;
|
return $r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function checkOne($aParam)
|
||||||
|
{
|
||||||
|
ModelDoveSite::query()->update(["dove_checked" => 0]);
|
||||||
|
|
||||||
|
return $this->check($aParam);
|
||||||
|
}
|
||||||
|
|
||||||
public function checkClear()
|
public function checkClear()
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -138,18 +145,13 @@ class Dove extends Base {
|
|||||||
return $this->list();
|
return $this->list();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function checkun($aParam)
|
public function checkUn($aParam)
|
||||||
{
|
{
|
||||||
$sCode = $aParam["aArg"][1];
|
$sCode = $aParam["aArg"][1];
|
||||||
|
|
||||||
$r = ModelDoveSite::where("code", $sCode)->update(["dove_checked" => 0]);
|
$r = ModelDoveSite::where("code", $sCode)->update(["dove_checked" => 0]);
|
||||||
|
|
||||||
return $this->now();
|
return $this->now();
|
||||||
|
|
||||||
// $aParam['iSetValue'] = 0;
|
|
||||||
// $r = $this->set($aParam);
|
|
||||||
//
|
|
||||||
// return $r;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function now()
|
public function now()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user