Commit 023d25f0 authored by hujun's avatar hujun

types

parent e0cf7f2b
......@@ -316,7 +316,7 @@ class DailyPaperService
}
}
$info["agency_fee"][$k]['is_check'] = 0;
if ($v["type"] == 1 && $this->openCheckButton($v['id'])) {
if ($v["types"] == 1 && $this->openCheckButton($v['id'])) {
$info["agency_fee"][$k]['is_check'] = 1;
}
}
......@@ -340,7 +340,7 @@ class DailyPaperService
}
}
$info["agency_fee"][$k]['is_check'] = 0;
if ($v["type"] == 1 && $this->openCheckButton($v['id'])) {
if ($v["types"] == 1 && $this->openCheckButton($v['id'])) {
$info["agency_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