From bb2656f20774d36274726cc7d4c5cfd55e249355 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 11 May 2021 18:31:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/TransferMerchantController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/TransferMerchantController.class.php b/Application/Admin/Controller/TransferMerchantController.class.php index 13a6418e8..9f6776629 100644 --- a/Application/Admin/Controller/TransferMerchantController.class.php +++ b/Application/Admin/Controller/TransferMerchantController.class.php @@ -99,7 +99,7 @@ class TransferMerchantController extends ThinkController } $this->TransferMerchant->save($idsave); //修改之前的 - if($info['ways'] == 3){ + if($info['ways'] > $ways){ $infosave = [ 'id'=>$info['id'], 'ways'=>$info['ways']-$ways