Commit 75d76bc9 authored by hujun's avatar hujun

意向金预警url

parent 6e886b22
<?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
{layout name="global/frame_two_tpl" /}
意向金预警
\ No newline at end of file
......@@ -578,6 +578,7 @@ Route::group('index', [
'valueAssessment' => ['index/WorkLearning/valueAssessment', ['method' => 'GET']], //价值观考核
'storeDataExcel' => ['index/CostParameter/storeDataExcel', ['method' => 'POST']],
'intentionsWarning' => ['index/PayLog/intentionsWarning', ['method' => 'GET']],//意向金预警
]);
......
......@@ -68,7 +68,7 @@ class PushMessageTask
$save_data[$key]['addressee_id'] = $v['agent_id'];
$save_data[$key]['message'] = '[商铺编号:' . $v['house_id'] . ']的意向金到转定时间了,请抓紧时间转定哦!';
$save_data[$key]['type'] = 8;
$save_data[$key]['status'] = 1;
$save_data[$key]['status'] = 0;
$pay_log_id[] = $v['id'];
if (empty($v['reckon_in_store'])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment