修改默认商户id

This commit is contained in:
liu 2024-06-14 17:35:04 +08:00
parent fbae752232
commit 449ecc0508
2 changed files with 3 additions and 3 deletions

View File

@ -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());

View File

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