no message

This commit is contained in:
hellcat 2025-03-24 23:37:33 +08:00
parent 03c808770a
commit b67dd33944

View File

@ -33,9 +33,9 @@ final class TgStep extends Model
public function find($iFromId, $iStep = false, $sCmd = false) public function find($iFromId, $iStep = false, $sCmd = false)
{ {
$oTgStep = new TgStep(); $oTgStep = (new TgStep())->where("from_id", $iFromId);
$oTgStep->where("from_id", $iFromId); // $oTgStep->where("from_id", $iFromId);
if ($iStep) { if ($iStep) {
$oTgStep->where("step", $iStep); $oTgStep->where("step", $iStep);