From 449ecc0508db9f27192bd5913080827ec0a3e7c0 Mon Sep 17 00:00:00 2001 From: liu <1873441552@qq.com> Date: Fri, 14 Jun 2024 17:35:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E5=95=86?= =?UTF-8?q?=E6=88=B7id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../financial_transfers/FinancialTransfersController.php | 2 +- app/api/lists/product/ProductLists.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/admin/controller/financial_transfers/FinancialTransfersController.php b/app/admin/controller/financial_transfers/FinancialTransfersController.php index c014be0b8..9f98930d8 100644 --- a/app/admin/controller/financial_transfers/FinancialTransfersController.php +++ b/app/admin/controller/financial_transfers/FinancialTransfersController.php @@ -58,7 +58,7 @@ class FinancialTransfersController extends BaseAdminController $result = FinancialTransfersLogic::dealchange($update,$params['id']); if (true === $result) { - return $this->success('转账成功' ); + return $this->success('转账成功',[],1,1); } return $this->fail(FinancialTransfersLogic::getError()); diff --git a/app/api/lists/product/ProductLists.php b/app/api/lists/product/ProductLists.php index f757b8f00..43ae36cf0 100644 --- a/app/api/lists/product/ProductLists.php +++ b/app/api/lists/product/ProductLists.php @@ -88,7 +88,7 @@ class ProductLists extends BaseAdminDataLists implements ListsSearchInterface,Li } } if(!$found){ - $this->searchWhere[]=['store_id','=',2]; + $this->searchWhere[]=['store_id','=',5]; } $class_all=$this->request->get('class_all'); $where=[]; @@ -159,7 +159,7 @@ class ProductLists extends BaseAdminDataLists implements ListsSearchInterface,Li } } if(!$found){ - $this->searchWhere[]=['store_id','=',2]; + $this->searchWhere[]=['store_id','=',5]; } $class_all=$this->request->get('class_all'); $where=[];