wugg 3 years ago
parent
commit
4f6c15dc66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Allot.php

+ 1 - 1
app/admin/controller/Allot.php

@@ -245,7 +245,7 @@ class Allot extends BaseController
             $value['error_msg']="";
             if($value['error_code']!=""){
                 $msg =Db::name("result_info")->where(['result_code'=>$value['error_code'],"is_del"=>0])->find();
-                $value['error_msg']= isset($msg['result']) &&$msg['result']!="" ? $msg['result']:"";
+                $value['error_code_name']= isset($msg['result']) &&$msg['result']!="" ? $msg['result']:"";
             }
             $data[]=$value;
         }