Commit 54f49384 authored by hujun's avatar hujun

0

parent 5f4c687c
...@@ -42,6 +42,8 @@ class ApplyForCost extends Basic ...@@ -42,6 +42,8 @@ class ApplyForCost extends Basic
case 1 : case 1 :
$is_ok = $check_rule->checkRule($this->agentId, 'broker/costListDistrict'); $is_ok = $check_rule->checkRule($this->agentId, 'broker/costListDistrict');
if ($is_ok) { if ($is_ok) {
$is_check = 0;
} else {
$is_check = 1; $is_check = 1;
} }
$where['a.status'] = 0; $where['a.status'] = 0;
......
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