* finish task #7187.

This commit is contained in:
wangyidong
2020-05-14 08:29:21 +08:00
parent e1dd1b8d1f
commit 15b2d838e7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1510,7 +1510,7 @@ class testcase extends control
public function showImport($productID, $branch = 0, $pagerID = 1, $maxImport = 0)
{
$file = $this->session->fileImport;
$tmpPath = $this->loadModel('file')->getImportTmp();
$tmpPath = $this->loadModel('file')->getPathOfImportedFile();
$tmpFile = $tmpPath . DS . md5(basename($file));
if($_POST)