|
@@ -203,7 +203,7 @@ class Order extends Core
|
|
public function import($file)
|
|
public function import($file)
|
|
{
|
|
{
|
|
$file = Dever::local($file);
|
|
$file = Dever::local($file);
|
|
- $data = Dever::excelImport($file, 1);
|
|
|
|
|
|
+ $data = Dever::excelImport($file, 0);
|
|
if ($data) {
|
|
if ($data) {
|
|
$psinfo = array();
|
|
$psinfo = array();
|
|
foreach ($data as $k => $v) {
|
|
foreach ($data as $k => $v) {
|