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
32cb0270
Commit
32cb0270
authored
Aug 05, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b09a0ab4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
PayLogService.php
application/api_broker/service/PayLogService.php
+1
-1
FollowUpTask.php
application/task/controller/FollowUpTask.php
+4
-2
No files found.
application/api_broker/service/PayLogService.php
View file @
32cb0270
...
...
@@ -454,7 +454,7 @@ class PayLogService
$m_bargain
=
new
OBargainModel
();
$pay_fields
=
'id,order_id,agent_name,create_time,income_time,house_number,type,real_money,income_time,
transfer_name,bargain_id,agent_id,transaction_fee,is_dividend,receipt_number,source,pay_type,last_transfer_time,
money,industry_type,received_money,type_ext,is_open,open_time'
;
money,industry_type,received_money,type_ext,is_open,open_time
,remark
'
;
$pay_data
=
$m_pay
->
selectReceiptImgList
(
$pay_fields
,
[
'id'
=>
$pay_id
]);
$pay_data
=
$pay_data
[
0
];
//成交报告id
...
...
application/task/controller/FollowUpTask.php
View file @
32cb0270
...
...
@@ -72,6 +72,10 @@ class FollowUpTask
return
false
;
}
/**
* @throws \think\db\exception\BindParamException
* @throws \think\exception\PDOException
*/
public
function
delOldTable
()
{
$redisCache
=
new
RedisCacheService
();
...
...
@@ -104,8 +108,6 @@ class FollowUpTask
}
$date
=
date
(
'Y-m-d'
,
strtotime
(
"-1 day"
,
strtotime
(
$time
)));
$this
->
delTable
(
$date
,
$siteId
);
}
/**
...
...
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