This commit is contained in:
xman 2025-06-20 16:14:03 +08:00
parent f85c2988ca
commit f776e55756

View File

@ -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'];