瀏覽代碼

工程师确定新的预约时间

whitefang 1 年之前
父節點
當前提交
4a60d1b698
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/api/logic/ServiceOrderLogic.php

+ 1 - 0
app/api/logic/ServiceOrderLogic.php

@@ -805,6 +805,7 @@ class ServiceOrderLogic extends BaseLogic
             ]);
 
             $work->appointment_time = strtotime($params['appointment_time']);
+            $work->appoint_approval = 1;
             $work->save();
 
             Db::commit();