panlumeng 3 years ago
parent
commit
bc8e854819
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/model/Workflow.php

+ 1 - 1
app/admin/model/Workflow.php

@@ -12,7 +12,7 @@ class Workflow extends \think\Model
         $action = isset($conf[$data['order_type']]) ? $conf[$data['order_type']]:[];
         $last =end($action);
         $header =reset($action);
-        $proces = self::where(["order_type"=>$data['order_type'],"oder_code"=>$data['order_code'],"is_del"=>0])->find();
+        $proces = self::where(["order_type"=>$data['order_type'],"order_code"=>$data['order_code'],"is_del"=>0])->find();
         if($proces){
             $proces['order_status'] = $data['order_status'];
             $proces['action_uid'] = $data['action_uid'];