sth
This commit is contained in:
parent
f85c2988ca
commit
f776e55756
|
|
@ -125,8 +125,8 @@ class Dispatchrecord extends Backend
|
|||
$params['notice_time'] = date('Y-m-d', $timestamp) . ' 09:00:00'; // 拼接为明天的 9 点
|
||||
//$dispatch->work_progress = $params['rate'];
|
||||
|
||||
$params['need_notice'] = 0;
|
||||
$params['status'] = 1;
|
||||
$params['need_notice'] = 1;
|
||||
//$params['status'] = 1;
|
||||
/* if(!empty($params['rate'])){ //修改任务的状态
|
||||
if($dispatch->status != $params['rate']){
|
||||
$dispatch->status = $params['rate'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user