wugg 3 years ago
parent
commit
1ded220f00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/model/ActionLog.php

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

@@ -32,7 +32,7 @@ class ActionLog extends Model
             "action_name"=>$name,
             "role_id"=>$roleid,
             "action_status"=>$status,
-            "action_remark"=>isset($order[ 'remark']) ? trim($order['remark']) :"",
+            "action_remark"=>isset($order['remark']) ? trim($order['remark']) :"",
             "order_code"=>isset($order['order_code']) ? trim($order['order_code']) :"",
             "order_type"=>$type,
             "action_type"=>isset($order['action_type']) ? trim($order['action_type']) :"",