Commit 4e1874fd authored by clone's avatar clone

1

parent 604c6e6d
...@@ -339,9 +339,9 @@ class DailyPaperService ...@@ -339,9 +339,9 @@ class DailyPaperService
$info["case_fee"][$k]['current_agent_name'] = $current_agent_name; $info["case_fee"][$k]['current_agent_name'] = $current_agent_name;
} }
} }
$info["agency_fee"][$k]['is_check'] = 0; $info["case_fee"][$k]['is_check'] = 0;
if ($v["types"] == 1 && $this->openCheckButton($v['id'])) { if ($v["types"] == 1 && $this->openCheckButton($v['id'])) {
$info["agency_fee"][$k]['is_check'] = 1; $info["case_fee"][$k]['is_check'] = 1;
} }
} }
......
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