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
ec60ceb0
Commit
ec60ceb0
authored
Jul 26, 2019
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0d1a04d4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
CostParameter.php
application/index/controller/CostParameter.php
+2
-0
AStore.php
application/model/AStore.php
+1
-0
FApplyForFee.php
application/model/FApplyForFee.php
+1
-1
FStoreData.php
application/model/FStoreData.php
+1
-1
No files found.
application/index/controller/CostParameter.php
View file @
ec60ceb0
...
...
@@ -81,6 +81,7 @@ class CostParameter extends Basic
$f_params
[
'c.setting_date'
]
=
$params
[
'setting_date'
];
$f_params
[
'c.is_del'
]
=
0
;
$store_data_res
=
$this
->
m_store
->
getStoreCostParameter
(
$field
,
$f_params
);
if
(
!
$store_data_res
){
$transfer_charge
=
$this
->
getTransferCharge
(
$v
[
'id'
]);
$list
[
$k
][
'transfer_charge'
]
=
$transfer_charge
;
//手续费
...
...
@@ -91,6 +92,7 @@ class CostParameter extends Basic
$list
[
$k
][
'last_official_receipts'
]
=
0
;
//当月守护者实收
$list
[
$k
][
'deduct'
]
=
0
;
//盈利不足2万扣除
}
else
{
$list
[
$k
][
'is_discounts'
]
=
$store_data_res
[
'is_discounts'
];
$list
[
$k
][
'transfer_charge'
]
=
$store_data_res
[
'transfer_charge'
];
//手续费
$list
[
$k
][
'social_security_fee'
]
=
$store_data_res
[
'social_security_fee'
];
//当月社保报销
$list
[
$k
][
'attendance_num'
]
=
$store_data_res
[
'attendance_num'
];
//当月考勤
...
...
application/model/AStore.php
View file @
ec60ceb0
...
...
@@ -390,6 +390,7 @@ class AStore extends BaseModel
->
limit
(
$pageSize
)
->
page
(
$pageNo
)
->
select
();
// big_log($this->getLastSql());
return
$result
;
}
...
...
application/model/FApplyForFee.php
View file @
ec60ceb0
...
...
@@ -49,7 +49,7 @@ class FApplyForFee extends BaseModel
->
field
(
$field
)
->
where
(
$params
)
->
find
();
big_log
(
$this
->
getLastSql
());
//
big_log($this->getLastSql());
return
$result
;
}
...
...
application/model/FStoreData.php
View file @
ec60ceb0
...
...
@@ -56,7 +56,7 @@ class FStoreData extends BaseModel
public
function
updateStoreData
(
$params
)
{
$return
=
$this
->
db_
->
update
(
$params
);
big_log
(
$this
->
getLastSql
());
//
big_log($this->getLastSql());
return
$return
;
}
...
...
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