Commit 44a61002 authored by hujun's avatar hujun

del

parent 1cfa9875
...@@ -94,7 +94,6 @@ class Cost extends Basic ...@@ -94,7 +94,6 @@ class Cost extends Basic
if (isset($param['check_status'])) { if (isset($param['check_status'])) {
switch($param['check_status']) { switch($param['check_status']) {
case 0 : case 0 :
$where['a.type'] = 5; //店长账号提交的 需要总监和财务的三级审核
$where['a.status'] = 0;break; $where['a.status'] = 0;break;
case 1 : case 1 :
$where['a.status'] = 1;break; $where['a.status'] = 1;break;
......
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