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
ca13b06d
Commit
ca13b06d
authored
Apr 11, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提示信息
parent
925c8df9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
Finance.php
application/index/controller/Finance.php
+4
-8
No files found.
application/index/controller/Finance.php
View file @
ca13b06d
...
...
@@ -3778,7 +3778,6 @@ class Finance extends Basic
$msg
=
''
;
$code
=
200
;
try
{
$m_paylog
=
new
OPayLogAdjustment
();
/*提交时间 start*/
if
(
!
empty
(
$this
->
params
[
'start_time'
])
&&
empty
(
$this
->
params
[
'end_time'
]))
{
...
...
@@ -3930,7 +3929,10 @@ class Finance extends Basic
}
else
{
$list
=
$m_paylog
->
getAdjustmentListLimit
(
1
,
40000
,
$order_
=
'a.id desc'
,
$field
,
$where
);
if
(
!
empty
(
$list
))
{
if
(
empty
(
$list
))
{
$this
->
closeWin
=
1
;
$this
->
error
(
'暂无数据,请关闭页面!'
);
}
else
{
$excel_data
=
[];
foreach
(
$list
as
$k
=>
$v
)
{
$excel_data
[
$k
][
'create_time'
]
=
$v
[
'create_time'
];
...
...
@@ -3963,12 +3965,6 @@ class Finance extends Basic
}
}
}
catch
(
\Exception
$e
)
{
$code
=
101
;
$msg
=
'内部错误:'
.
$e
->
getMessage
();
}
return
$this
->
response
(
$code
,
$msg
,
$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