where('flow_id', $flow_id) ->order('create_time', 'DESC') ->value('status'); return $status ? $status : 0; } }