From 91d4c9f7531b444f54433a0970d3b5d20a37fb49 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Fri, 3 Jan 2020 16:49:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E9=93=BE/=E7=8E=A9=E5=AE=B6=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=E6=8E=92=E9=99=A4=E5=B7=B2=E7=BB=93=E7=AE=97=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=EF=BC=88cp=E7=BB=93=E7=AE=97=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Base/Service/PromoteService.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Base/Service/PromoteService.class.php b/Application/Base/Service/PromoteService.class.php index d1ba9e5d1..ac41117d0 100644 --- a/Application/Base/Service/PromoteService.class.php +++ b/Application/Base/Service/PromoteService.class.php @@ -396,7 +396,7 @@ class PromoteService { $orderMap1 = $otherMap; $orderMap1['pay_time'] = ['egt', $orderTime]; - M('spend', 'tab_')->where($orderMap1)->where(['is_check' => ['in','1,2'], 'settle_check' => 0])->save($updateData); // 只改未对账的数据 + M('spend', 'tab_')->where($orderMap1)->where(['is_check' => ['in','1,2'], 'settle_check' => 0, 'selle_status' => 0])->save($updateData); // 只改未对账的数据 M('bind_spend', 'tab_')->where($orderMap1)->save($updateData); $orderMap2 = $otherMap;