Commit b8ee681c authored by hujun's avatar hujun

if

parent a905d4dd
...@@ -335,7 +335,9 @@ class Cost extends Basic ...@@ -335,7 +335,9 @@ class Cost extends Basic
$cost_ext_field = 'a.id,b.store_attendance_num,b.assume_fee'; $cost_ext_field = 'a.id,b.store_attendance_num,b.assume_fee';
$where_cost['apply_for_id'] = $data['id']; $where_cost['apply_for_id'] = $data['id'];
$store_cost_data = $m_store_cost->getCostExt($cost_ext_field, $where_cost); $store_cost_data = $m_store_cost->getCostExt($cost_ext_field, $where_cost);
$data['store_cost_data'] = [$store_cost_data]; if ($store_cost_data) {
$data['store_cost_data'] = [$store_cost_data];
}
break; 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