Commit 20da2f31 authored by hujun's avatar hujun

未通列表

parent 81f619d7
......@@ -231,6 +231,10 @@ class ApplyForCost extends Basic
$where['a.status'] = 1;
$check_url = 'index/checkCostSix/5';
break; //行政审核
case 7 :
$get_check_user = 'index/getCostListSeven/6';
$where['a.status'] = 6;
break; //未通过列表
default :
return $this->response(101, '请求错误');
}
......@@ -363,7 +367,13 @@ class ApplyForCost extends Basic
$check_url = 'index/checkCostFive/4';
break;
case 5 :
$check_url = 'index/getCostListSix/5';
$check_url = 'index/checkCostSix/5';
break;
case 6 :
$check_url = 'index/checkCostSeven/6';
break;
case 7 :
$check_url = 'index/checkCostEight/6';
break;
default :
return $this->response(101, '请求错误');
......
......@@ -375,7 +375,7 @@ class Cost extends Basic
case 5 :
$params['status'] = 5;break;
case 6 :
$params['status'] =6;break;
$params['status'] = 6;break;
case 7 :
$params['status'] = 0;break;
default :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment