修改默认商户id
This commit is contained in:
parent
fbae752232
commit
449ecc0508
@ -58,7 +58,7 @@ class FinancialTransfersController extends BaseAdminController
|
|||||||
$result = FinancialTransfersLogic::dealchange($update,$params['id']);
|
$result = FinancialTransfersLogic::dealchange($update,$params['id']);
|
||||||
|
|
||||||
if (true === $result) {
|
if (true === $result) {
|
||||||
return $this->success('转账成功' );
|
return $this->success('转账成功',[],1,1);
|
||||||
}
|
}
|
||||||
return $this->fail(FinancialTransfersLogic::getError());
|
return $this->fail(FinancialTransfersLogic::getError());
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ class ProductLists extends BaseAdminDataLists implements ListsSearchInterface,Li
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(!$found){
|
if(!$found){
|
||||||
$this->searchWhere[]=['store_id','=',2];
|
$this->searchWhere[]=['store_id','=',5];
|
||||||
}
|
}
|
||||||
$class_all=$this->request->get('class_all');
|
$class_all=$this->request->get('class_all');
|
||||||
$where=[];
|
$where=[];
|
||||||
@ -159,7 +159,7 @@ class ProductLists extends BaseAdminDataLists implements ListsSearchInterface,Li
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(!$found){
|
if(!$found){
|
||||||
$this->searchWhere[]=['store_id','=',2];
|
$this->searchWhere[]=['store_id','=',5];
|
||||||
}
|
}
|
||||||
$class_all=$this->request->get('class_all');
|
$class_all=$this->request->get('class_all');
|
||||||
$where=[];
|
$where=[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user