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=[];