Commit 0d4e7ca4 authored by christ's avatar christ

dilivery

parent 63f6d49f
......@@ -886,12 +886,12 @@ class OrderModel extends \DAO\AbstractModel
}
if(!empty($diliverymanId)){
if($_POST['data']['debug']){
echo json_encode($diliverymanId);
}
if(is_array($diliverymanId)){
foreach($diliverymanId as $memberId){
if($_POST['data']['debug']){
echo $memberId."\r\n";
}
$this->deleteDeliveryLogCache($memberId);
}
......
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