Commit 63f6d49f authored by christ's avatar christ

dilivery

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