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
75d76bc9
Commit
75d76bc9
authored
Aug 29, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
意向金预警url
parent
6e886b22
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
1 deletion
+28
-1
PayLog.php
application/index/controller/PayLog.php
+23
-0
intentions_warning.html
application/index/view/pay_log/intentions_warning.html
+3
-0
route.php
application/route.php
+1
-0
PushMessageTask.php
application/task/controller/PushMessageTask.php
+1
-1
No files found.
application/index/controller/PayLog.php
0 → 100644
View file @
75d76bc9
<?php
/**
* Created by PhpStorm.
* User: 43897
* Date: 2019/8/29
* Time: 15:00
*/
namespace
app\index\controller
;
use
app\index\extend\Basic
;
class
PayLog
extends
Basic
{
public
function
intentionsWarning
()
{
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'intentions_warning'
);
}
}
}
\ No newline at end of file
application/index/view/pay_log/intentions_warning.html
0 → 100644
View file @
75d76bc9
{layout name="global/frame_two_tpl" /}
意向金预警
\ No newline at end of file
application/route.php
View file @
75d76bc9
...
@@ -578,6 +578,7 @@ Route::group('index', [
...
@@ -578,6 +578,7 @@ Route::group('index', [
'valueAssessment'
=>
[
'index/WorkLearning/valueAssessment'
,
[
'method'
=>
'GET'
]],
//价值观考核
'valueAssessment'
=>
[
'index/WorkLearning/valueAssessment'
,
[
'method'
=>
'GET'
]],
//价值观考核
'storeDataExcel'
=>
[
'index/CostParameter/storeDataExcel'
,
[
'method'
=>
'POST'
]],
'storeDataExcel'
=>
[
'index/CostParameter/storeDataExcel'
,
[
'method'
=>
'POST'
]],
'intentionsWarning'
=>
[
'index/PayLog/intentionsWarning'
,
[
'method'
=>
'GET'
]],
//意向金预警
]);
]);
...
...
application/task/controller/PushMessageTask.php
View file @
75d76bc9
...
@@ -68,7 +68,7 @@ class PushMessageTask
...
@@ -68,7 +68,7 @@ class PushMessageTask
$save_data
[
$key
][
'addressee_id'
]
=
$v
[
'agent_id'
];
$save_data
[
$key
][
'addressee_id'
]
=
$v
[
'agent_id'
];
$save_data
[
$key
][
'message'
]
=
'[商铺编号:'
.
$v
[
'house_id'
]
.
']的意向金到转定时间了,请抓紧时间转定哦!'
;
$save_data
[
$key
][
'message'
]
=
'[商铺编号:'
.
$v
[
'house_id'
]
.
']的意向金到转定时间了,请抓紧时间转定哦!'
;
$save_data
[
$key
][
'type'
]
=
8
;
$save_data
[
$key
][
'type'
]
=
8
;
$save_data
[
$key
][
'status'
]
=
1
;
$save_data
[
$key
][
'status'
]
=
0
;
$pay_log_id
[]
=
$v
[
'id'
];
$pay_log_id
[]
=
$v
[
'id'
];
if
(
empty
(
$v
[
'reckon_in_store'
]))
{
if
(
empty
(
$v
[
'reckon_in_store'
]))
{
...
...
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