liugc 1 年之前
父节点
当前提交
e7e7133ee0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/adminapi/logic/works/ServiceWorkLogic.php

+ 1 - 0
app/adminapi/logic/works/ServiceWorkLogic.php

@@ -1107,6 +1107,7 @@ class ServiceWorkLogic extends BaseLogic
                 ServiceWork::where('id', $params['id'])->update([
                     'work_status' => 7,
                     'user_confirm_status' => 5,
+                    'service_status' => 3,
                     'work_pay_status' => 1,
                     'remark' => ($serviceWork->remark?:'')." | 终止结束服务:常规流程"
                 ]);