wugg 1 year ago
parent
commit
a4325d69f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/command/CopySupplier.php

+ 1 - 1
app/command/CopySupplier.php

@@ -156,7 +156,7 @@ class CopySupplier extends Command
                             'registertime' => $supplier['registertime'],
                             'capital' => $supplier['capital']??"",
 							'supplier_type' => $this->_cat[$supplier['supplier_type']]??"",
-							'pay_method' => $this->_payway[$supplier['pay_type']],
+							'pay_method' => $supplier['pay_type'],
                             'paydays' => $supplier['pay_day']??"0",
                             'mobile' => $supplier['mobile'],
                             'address' => $supplier['addr'],