作者 郭鑫
1 个管道 的构建 通过 耗费 0 秒

测试问题修改

... ... @@ -141,6 +141,9 @@ class IndexController extends CommentController
$where_cof['status'] = array('neq',9);
$tel = Db::name('Config')->where($where_cof)->value('tel');
$final['tel'] = $tel;
echo "<pre/>";
print_r($refund);
die;
$this->assign('final',$final);
return $this->fetch('postjob');
}
... ...