Commit 73c9ee6b authored by christ's avatar christ

delivery

parent a674a2ae
......@@ -45,6 +45,7 @@ class DeliveryController extends \Our\Controller_AbstractClient {
*/
public function getDeliveriersAction(){
$result = $this->shopkeeperService->getDiliveryManByStoreId($this->memberId);
$result=$result?$result:[];
if($result!==false){
$this->success($result,\Our\DescribeConst::successMessage,\Our\DescribeConst::successMessage);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment