setName('RegisterMessenger') ->setDescription('Auto send msg'); } protected function execute(Input $input, Output $output) { \app\common\api\VerifyApi::getDeptList($params); $where = []; $where[] = ["checkState", "=", \app\common\api\TalentState::FST_VERIFY_PASS]; $where[] = ["pass_dept_check", "=", 0]; Db::table()->where($where)->select(); } }