正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论