|
@@ -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'],
|