wugg 6 tháng trước cách đây
mục cha
commit
ad0ca79c9d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/cxinv/model/InvoiceOrder.php

+ 1 - 1
app/cxinv/model/InvoiceOrder.php

@@ -73,7 +73,7 @@ class InvoiceOrder extends Base{
     //回票流程结束未认证 状态3  退票认证结束 状态4
     public static function onAfterWrite( Model $model){
       $id= $model->id;
-      Log::info('Order跟前数据:'.json_encode($model->toArray(),JSON_UNESCAPED_UNICODE));
+      #Log::info('Order跟前数据:'.json_encode($model->toArray(),JSON_UNESCAPED_UNICODE));
       $info = InvoiceOrder::where(['id'=>$id])->findOrEmpty();
       Log::info('Order跟后数据:'.json_encode($info->toArray(),JSON_UNESCAPED_UNICODE));
       if($info->isEmpty())return ;