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

测试问题修改

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