Commit 95c10c42 authored by hujun's avatar hujun

office

parent c5b1b548
......@@ -1047,8 +1047,8 @@ class OfficeOBargainModel extends Model
$result = [];
$m_agent = new AAgents();
$m_partial = new OPartialCommission();
$m_real = new ORealIncome();
$m_partial = new OfficeOPartialCommission();
$m_real = new OfficeORealIncome();
$fields_str = 'a.id,a.name,b.store_name';
foreach ($data as $k => $v) {
$result[$k] = $v;
......
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