From d2247609cdd335199b2161d90952a84de5d1b1d3 Mon Sep 17 00:00:00 2001 From: hdm Date: Sat, 11 Jun 2022 15:11:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8A=A5=E9=94=80=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E5=8F=91=E7=A5=A8=E5=AE=A1=E6=A0=B8=E6=8A=84=E9=80=81?= =?UTF-8?q?=E4=BA=BA=E4=B8=BA=E7=A9=BA=E6=97=B6=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/finance/controller/Expense.php | 1 + app/finance/controller/Invoice.php | 1 + 2 files changed, 2 insertions(+) diff --git a/app/finance/controller/Expense.php b/app/finance/controller/Expense.php index f55f0d6..43890e4 100644 --- a/app/finance/controller/Expense.php +++ b/app/finance/controller/Expense.php @@ -441,6 +441,7 @@ class Expense extends BaseController $detail = $this->detail($id); $flows = Db::name('FlowStep')->where(['action_id'=>$detail['id'],'type'=>2,'sort'=>$detail['check_step_sort'],'delete_time'=>0])->find(); $detail['check_user'] = '-'; + $detail['copy_user'] = '-'; $check_user_ids = []; if($detail['check_status']<2){ if($flows['flow_type']==1){ diff --git a/app/finance/controller/Invoice.php b/app/finance/controller/Invoice.php index 53bb407..5e32c54 100644 --- a/app/finance/controller/Invoice.php +++ b/app/finance/controller/Invoice.php @@ -373,6 +373,7 @@ class Invoice extends BaseController $detail = $this->detail($id); $flows = Db::name('FlowStep')->where(['action_id'=>$detail['id'],'type'=>3,'sort'=>$detail['check_step_sort'],'delete_time'=>0])->find(); $detail['check_user'] = '-'; + $detail['copy_user'] = '-'; $check_user_ids = []; if($detail['check_status']<2){ if($flows['flow_type']==1){