cqpCow 1 ano atrás
pai
commit
df073d0dfc
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      app/Service/ImportService.php

+ 1 - 0
app/Service/ImportService.php

@@ -627,6 +627,7 @@ class ImportService extends Service
                     $value[$k] = trim($v);
                 }
                 if(! isset($basic_list[2][$value[2]])) return [false, '客户简称:' . $value[2] .'不存在'];
+                $value[2] = $basic_list[2][$value[2]];
                 if(! isset($basic_list[3][$value[3]])) return [false, '店铺(平台类型):' . $value[3] .'不存在'];
                 $value[3] = $basic_list[3][$value[3]];