From fc3b7be03eea1323d8d53732af9397e002ce3dee Mon Sep 17 00:00:00 2001 From: yulingwei <2436953959@qq.com> Date: Mon, 16 Mar 2020 10:57:54 +0800 Subject: [PATCH] upt --- Application/Admin/Controller/WorkOrderController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/WorkOrderController.class.php b/Application/Admin/Controller/WorkOrderController.class.php index 25135d083..667cc55d2 100644 --- a/Application/Admin/Controller/WorkOrderController.class.php +++ b/Application/Admin/Controller/WorkOrderController.class.php @@ -264,7 +264,7 @@ class WorkOrderController extends ThinkController $data['remark'] = I('remark', ''); $data['attachment_url'] = I('attachment_url', ''); $ins = M('work_order_info', 'tab_')->add($data); - return $ins ? $this->success('申请成功') : $this->error('申请失败'); + return $ins ? $this->success('申请成功', U('WorkOrder/list')) : $this->error('申请失败'); } else { $this->assign('data', $info); $this->display('resourceApply');