Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
b3695a16
Commit
b3695a16
authored
Aug 08, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增分佣记录更新分佣字段
parent
66166503
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
OBargainModel.php
application/model/OBargainModel.php
+1
-1
No files found.
application/model/OBargainModel.php
View file @
b3695a16
...
...
@@ -870,6 +870,7 @@ class OBargainModel extends Model
}
else
{
$insert_data
[
'father_id'
]
=
$bargain_data
[
'father_id'
];
$insert_data
[
'create_time'
]
=
$bargain_data
[
'create_time'
];
$insert_data
[
'is_commission'
]
=
1
;
}
$insert_data
[
'report_id'
]
=
$bargain_data
[
'report_id'
];
...
...
@@ -890,7 +891,6 @@ class OBargainModel extends Model
$insert_data
[
'is_open'
]
=
$bargain_data
[
'is_open'
];
$insert_data
[
'house_number'
]
=
$bargain_data
[
'house_number'
];
$insert_data
[
'account_statement'
]
=
$bargain_data
[
'account_statement'
];
$insert_data
[
'is_commission'
]
=
$bargain_data
[
'is_commission'
];
$insert_data
[
'content'
]
=
$bargain_data
[
'content'
];
$insert_data
[
'industry_type'
]
=
$bargain_data
[
'industry_type'
];
$result
=
$this
->
insert
(
$insert_data
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment