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
7d783e82
Commit
7d783e82
authored
Oct 12, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
site_id
parent
ac3bf037
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
Finance.php
application/index/controller/Finance.php
+5
-0
WorkLearning.php
application/index/controller/WorkLearning.php
+1
-1
No files found.
application/index/controller/Finance.php
View file @
7d783e82
...
...
@@ -1022,6 +1022,11 @@ class Finance extends Basic
$select
=
1
;
}
if
(
!
empty
(
$this
->
params
[
'site_id'
]))
{
$where
[
'e.site_id'
]
=
$this
->
params
[
'site_id'
];
$select
=
1
;
}
$field
=
'a.id,b.id as bargain_id,f.income_time,a.practical_fee,b.scale_fee,d.internal_address,b.agent_id,'
;
$field
.=
'b.house_number,b.father_id,b.order_id,a.real_income_id,a.role,b.scale'
;
$m_commission
=
new
OPartialCommission
();
...
...
application/index/controller/WorkLearning.php
View file @
7d783e82
...
...
@@ -100,7 +100,7 @@ class WorkLearning extends Basic
$where
[
'b.site_id'
]
=
$params
[
'site_id'
];
}
$where
[
'a.type'
]
=
$type
;
//0素质测评 1方法分析 2价值观考核
$where
[
'a.type'
]
=
$type
;
//0素质测评 1方法分析 2价值观考核
3忠诚诚信
$where
[
'a.is_del'
]
=
0
;
try
{
$work
=
new
RWorkLearningModel
();
...
...
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