作者 黎建湛

云客服的畅聊订单会话的自动回复模块发送消息没有发送出去的问题进行修复与优化

@@ -832,6 +832,7 @@ class OrderLogic @@ -832,6 +832,7 @@ class OrderLogic
832 Helper::writeLog('Order','订单的 distribution_ids:'.json_encode($distribution_ids)); 832 Helper::writeLog('Order','订单的 distribution_ids:'.json_encode($distribution_ids));
833 if(!empty($distribution_ids)){ 833 if(!empty($distribution_ids)){
834 $where = "uuid = '{$uuid}' AND id IN ($distribution_ids)"; 834 $where = "uuid = '{$uuid}' AND id IN ($distribution_ids)";
  835 + Helper::writeLog('Order','订单的 where:'.json_encode($where));
835 //更新nt_staff 836 //更新nt_staff
836 $this->OrderDao->editStaffData($where,$updata); 837 $this->OrderDao->editStaffData($where,$updata);
837 } 838 }