Browse Source

采购员字段错误

wufeng 2 years ago
parent
commit
61186f9520
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Check.php

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

@@ -149,7 +149,7 @@ public function __construct(App $app)
                     ->where([
                         'code' => $value['supplierNo'],
                         'is_del' => 0,
-                    ])->value('name', '');
+                    ])->value('person', '');
 
                 $data[] = $value;
             }