Commit 0b2eeba5 authored by hujun's avatar hujun

成交报告分佣提交记录顶级create_time

parent d298016f
......@@ -853,6 +853,7 @@ class OBargainModel extends Model
$insert_data['father_id'] = $id;
} else {
$insert_data['father_id'] = $bargain_data['father_id'];
$insert_data['create_time'] = $bargain_data['create_time'];
}
$insert_data['report_id'] = $bargain_data['report_id'];
......
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